#CB67CD

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

Shades of Orchid #CB67CD

Tints of Orchid #CB67CD

Color information

#CB67CD (or 0xCB67CD) is unknown color: approx Orchid. HEX triplet: CB, 67 and CD. RGB value is (203,103,205). Sum of RGB (Red+Green+Blue) = 203+103+205=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB67CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67CD is #349832. Grayscale: #909090. Windows color (decimal): -3446835 or 13461451. OLE color: 13461451.

HSL color Cylindrical-coordinate representation of color #CB67CD: hue angle of 298.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB67CD is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203103205-
CMYK0.010.5000.20
HSL298.82º50.5%60.39%-
HSV(B)298.82º49.76%80.39%-
XYZ40.526.860.8-
YUV144.53162.13169.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 103 (40.62% from 255) = 20.16%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=39.73%
G=20.16%
B=40.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031032050.010.5000.20298.8250.560.39
HexCB67CD13201412b323c
Octal3131473151620244536274
Binary110010111100111110011011110010010100100101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB67CD; }

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

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

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

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

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

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

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

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