#CB63CF

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

Shades of Orchid #CB63CF

Tints of Orchid #CB63CF

Color information

#CB63CF (or 0xCB63CF) is unknown color: approx Orchid. HEX triplet: CB, 63 and CF. RGB value is (203,99,207). Sum of RGB (Red+Green+Blue) = 203+99+207=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63CF is #349C30. Grayscale: #8E8E8E. Windows color (decimal): -3447857 or 13591499. OLE color: 13591499.

HSL color Cylindrical-coordinate representation of color #CB63CF: hue angle of 297.78º degrees, saturation: 0.53, 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 #CB63CF is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20399207-
CMYK0.020.5200.19
HSL297.78º52.94%60%-
HSV(B)297.78º52.17%81.18%-
XYZ40.3526.1361.95-
YUV142.41164.46171.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 99 (39.06% from 255) = 19.45%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=39.88%
G=19.45%
B=40.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203992070.020.5200.19297.7852.9460
HexCB63CF23401312a353c
Octal3131433172640234526574
Binary1100101111000111100111110110100010011100101010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB63CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB63CF; }

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

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

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

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

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

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

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

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