#CB63CE

Color #CB63CE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CB63CE

Tints of Orchid #CB63CE

Color information

#CB63CE (or 0xCB63CE) is unknown color: approx Orchid. HEX triplet: CB, 63 and CE. RGB value is (203,99,206). Sum of RGB (Red+Green+Blue) = 203+99+206=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63CE is #349C31. Grayscale: #8D8D8D. Windows color (decimal): -3447858 or 13525963. OLE color: 13525963.

HSL color Cylindrical-coordinate representation of color #CB63CE: hue angle of 298.32º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB63CE is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20399206-
CMYK0.010.5200.19
HSL298.32º52.2%59.8%-
HSV(B)298.32º51.94%80.78%-
XYZ40.2326.0861.31-
YUV142.29163.96171.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 99 (39.06% from 255) = 19.49%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=39.96%
G=19.49%
B=40.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203992060.010.5200.19298.3252.259.8
HexCB63CE13401312a343c
Octal3131433161640234526474
Binary110010111100011110011101110100010011100101010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB63CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB63CE; }

 p { color: rgb(203,99,206); }

 H1.HeaderClassName
 {
   color: #CB63CE;
 }
 .AnyTagClassName
 {
   color: #CB63CE;
 }
</style>
background-color css

<style>
 a { background-color: #CB63CE; }

 a { background-color: rgb(203,99,206); }

 div.DivClassName
 {
   background-color: #CB63CE;
 }
 .BgClassName
 {
   background-color: #CB63CE;
 }
</style>
border-color css

<style>
 span { border-color: #CB63CE; }

 span { border-color: rgb(203,99,206); }

 td.TdClassName
 {
   border-color: #CB63CE;
 }
 .TagClassName
 {
   border-color: #CB63CE;
 }
</style>