Html Css Color HEX #CB78DB Orchid

📋 copy color: '#CB78DB'

red 203 ◦ green 120 ◦ blue 219

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

Shades of Orchid #CB78DB

Tints of Orchid #CB78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.14%

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

R = 37.45%
G = 22.14%
B = 40.41%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB78DB (or 0xCB78DB) is known color: Orchid. HEX triplet: CB, 78 and DB. RGB value is (203,120,219). Sum of RGB (Red+Green+Blue) = 203+120+219=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB78DB is #348724. Grayscale: #9B9B9B. Windows color (decimal): -3442469 or 14383307. OLE color: 14383307.

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

Color convert

RGB 203 120 219 -
CMYK 0.07 0.45 0 0.14
HSL 290.3º 0.58% 0.66% -
HSV(B) 290.3º 0.45% 0.86% -
XYZ 44.13 31.24 70.72 -
YUV 156.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 203 120 219 0.07 0.45 0 0.14 290.3 0.58 0.66
Hex CB 78 DB 7 2D 0 E 122 3A 42
Octal 313 170 333 7 55 0 16 442 72 102
Binary 11001011 1111000 11011011 111 101101 0 1110 100100010 111010 1000010

Color Harmonies of #CB78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB78DB

Black with #CB78DB

Text Example


Text Example

White with #CB78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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