Html Css Color HEX #CB77DB Orchid

📋 copy color: '#CB77DB'

red 203 ◦ green 119 ◦ blue 219

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

Shades of Orchid #CB77DB

Tints of Orchid #CB77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22%

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

R = 37.52%
G = 22%
B = 40.48%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB77DB (or 0xCB77DB) is known color: Orchid. HEX triplet: CB, 77 and DB. RGB value is (203,119,219). Sum of RGB (Red+Green+Blue) = 203+119+219=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77DB is #348824. Grayscale: #9B9B9B. Windows color (decimal): -3442725 or 14383051. OLE color: 14383051.

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

Color convert

RGB 203 119 219 -
CMYK 0.07 0.46 0 0.14
HSL 290.4º 0.58% 0.66% -
HSV(B) 290.4º 0.46% 0.86% -
XYZ 44.01 31 70.68 -
YUV 155.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 203 119 219 0.07 0.46 0 0.14 290.4 0.58 0.66
Hex CB 77 DB 7 2E 0 E 122 3A 42
Octal 313 167 333 7 56 0 16 442 72 102
Binary 11001011 1110111 11011011 111 101110 0 1110 100100010 111010 1000010

Color Harmonies of #CB77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77DB

Black with #CB77DB

Text Example


Text Example

White with #CB77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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