#CB67CE

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

Shades of Orchid #CB67CE

Tints of Orchid #CB67CE

Color information

#CB67CE (or 0xCB67CE) is unknown color: approx Orchid. HEX triplet: CB, 67 and CE. RGB value is (203,103,206). Sum of RGB (Red+Green+Blue) = 203+103+206=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67CE is #349831. Grayscale: #909090. Windows color (decimal): -3446834 or 13526987. OLE color: 13526987.

HSL color Cylindrical-coordinate representation of color #CB67CE: hue angle of 298.25º degrees, saturation: 0.51, 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 #CB67CE is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203103206-
CMYK0.010.5000.19
HSL298.25º51.24%60.59%-
HSV(B)298.25º50%80.78%-
XYZ40.6226.8561.43-
YUV144.64162.63169.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 103 (40.62% from 255) = 20.12%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=39.65%
G=20.12%
B=40.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031032060.010.5000.19298.2551.2460.59
HexCB67CE13201312a333d
Octal3131473161620234526375
Binary110010111100111110011101110010010011100101010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB67CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB67CE; }

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

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

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

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

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

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

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

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