Html Css Color HEX #CB6ADB Orchid

📋 copy color: '#CB6ADB'

red 203 ◦ green 106 ◦ blue 219

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

Shades of Orchid #CB6ADB

Tints of Orchid #CB6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.08%

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

R = 38.45%
G = 20.08%
B = 41.48%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB6ADB (or 0xCB6ADB) is known color: Orchid. HEX triplet: CB, 6A and DB. RGB value is (203,106,219). Sum of RGB (Red+Green+Blue) = 203+106+219=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ADB is #349524. Grayscale: #939393. Windows color (decimal): -3446053 or 14379723. OLE color: 14379723.

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

Color convert

RGB 203 106 219 -
CMYK 0.07 0.52 0 0.14
HSL 291.5º 0.61% 0.64% -
HSV(B) 291.5º 0.52% 0.86% -
XYZ 42.57 28.12 70.2 -
YUV 147.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 203 106 219 0.07 0.52 0 0.14 291.5 0.61 0.64
Hex CB 6A DB 7 34 0 E 124 3D 40
Octal 313 152 333 7 64 0 16 444 75 100
Binary 11001011 1101010 11011011 111 110100 0 1110 100100100 111101 1000000

Color Harmonies of #CB6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6ADB

Black with #CB6ADB

Text Example


Text Example

White with #CB6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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