Html Css Color HEX #CB6DDB Orchid

📋 copy color: '#CB6DDB'

red 203 ◦ green 109 ◦ blue 219

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

Shades of Orchid #CB6DDB

Tints of Orchid #CB6DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.53%

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

R = 38.23%
G = 20.53%
B = 41.24%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB6DDB (or 0xCB6DDB) is known color: Orchid. HEX triplet: CB, 6D and DB. RGB value is (203,109,219). Sum of RGB (Red+Green+Blue) = 203+109+219=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DDB is #349224. Grayscale: #959595. Windows color (decimal): -3445285 or 14380491. OLE color: 14380491.

HSL color Cylindrical-coordinate representation of color #CB6DDB: hue angle of 291.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6DDB is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 109 219 -
CMYK 0.07 0.50 0 0.14
HSL 291.27º 0.6% 0.64% -
HSV(B) 291.27º 0.5% 0.86% -
XYZ 42.88 28.75 70.31 -
YUV 149.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 203 109 219 0.07 0.50 0 0.14 291.27 0.6 0.64
Hex CB 6D DB 7 32 0 E 123 3C 40
Octal 313 155 333 7 62 0 16 443 74 100
Binary 11001011 1101101 11011011 111 110010 0 1110 100100011 111100 1000000

Color Harmonies of #CB6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DDB

Black with #CB6DDB

Text Example


Text Example

White with #CB6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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