Html Css Color HEX #CB67DB Orchid

📋 copy color: '#CB67DB'

red 203 ◦ green 103 ◦ blue 219

#CB67DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB67DB

Tints of Orchid #CB67DB

RGB

 RED value IS 203 (79.69% from 255) = 38.67%

 GREEN value IS 103 (40.63% from 255) = 19.62%

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 38.67%
G = 19.62%
B = 41.71%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB67DB (or 0xCB67DB) is known color: Orchid. HEX triplet: CB, 67 and DB. RGB value is (203,103,219). Sum of RGB (Red+Green+Blue) = 203+103+219=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67DB is #349824. Grayscale: #919191. Windows color (decimal): -3446821 or 14378955. OLE color: 14378955.

HSL color Cylindrical-coordinate representation of color #CB67DB: hue angle of 291.72º degrees, saturation: 0.62, 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 #CB67DB is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 103 219 -
CMYK 0.07 0.53 0 0.14
HSL 291.72º 0.62% 0.63% -
HSV(B) 291.72º 0.53% 0.86% -
XYZ 42.27 27.51 70.1 -
YUV 146.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 203 103 219 0.07 0.53 0 0.14 291.72 0.62 0.63
Hex CB 67 DB 7 35 0 E 124 3E 3F
Octal 313 147 333 7 65 0 16 444 76 77
Binary 11001011 1100111 11011011 111 110101 0 1110 100100100 111110 111111

Color Harmonies of #CB67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB67DB

Black with #CB67DB

Text Example


Text Example

White with #CB67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB67DB; }

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

 H1.HeaderClassName
 {
   color: #CB67DB;
 }
 .AnyTagClassName
 {
   color: #CB67DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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