#CB67DC

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

Shades of Orchid #CB67DC

Tints of Orchid #CB67DC

Color information

#CB67DC (or 0xCB67DC) is unknown color: approx Orchid. HEX triplet: CB, 67 and DC. RGB value is (203,103,220). Sum of RGB (Red+Green+Blue) = 203+103+220=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67DC is #349823. Grayscale: #919191. Windows color (decimal): -3446820 or 14444491. OLE color: 14444491.

HSL color Cylindrical-coordinate representation of color #CB67DC: hue angle of 291.28º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB67DC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203103220-
CMYK0.080.5300.14
HSL291.28º62.57%63.33%-
HSV(B)291.28º53.18%86.27%-
XYZ42.427.5670.8-
YUV146.24169.63168.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 103 (40.62% from 255) = 19.58%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=38.59%
G=19.58%
B=41.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031032200.080.5300.14291.2862.5763.33
HexCB67DC8350E1233f3f
Octal31314733410650164437777
Binary11001011110011111011100100011010101110100100011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB67DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB67DC; }

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

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

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

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

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

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

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

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