#CB67CF

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

Shades of Orchid #CB67CF

Tints of Orchid #CB67CF

Color information

#CB67CF (or 0xCB67CF) is unknown color: approx Orchid. HEX triplet: CB, 67 and CF. RGB value is (203,103,207). Sum of RGB (Red+Green+Blue) = 203+103+207=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67CF is #349830. Grayscale: #909090. Windows color (decimal): -3446833 or 13592523. OLE color: 13592523.

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

Color convert

RGB203103207-
CMYK0.020.5000.19
HSL297.69º52%60.78%-
HSV(B)297.69º50.24%81.18%-
XYZ40.7426.962.08-
YUV144.76163.13169.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 103 (40.62% from 255) = 20.08%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=39.57%
G=20.08%
B=40.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031032070.020.5000.19297.695260.78
HexCB67CF23201312a343d
Octal3131473172620234526475
Binary1100101111001111100111110110010010011100101010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB67CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB67CF; }

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

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

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

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

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

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

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

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