Html Css Color HEX #CE78DB Orchid

📋 copy color: '#CE78DB'

red 206 ◦ green 120 ◦ blue 219

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

Shades of Orchid #CE78DB

Tints of Orchid #CE78DB

RGB

 RED value IS 206 (80.86% from 255) = 37.8%

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

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

R = 37.8%
G = 22.02%
B = 40.18%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE78DB (or 0xCE78DB) is known color: Orchid. HEX triplet: CE, 78 and DB. RGB value is (206,120,219). Sum of RGB (Red+Green+Blue) = 206+120+219=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78DB is #318724. Grayscale: #9C9C9C. Windows color (decimal): -3245861 or 14383310. OLE color: 14383310.

HSL color Cylindrical-coordinate representation of color #CE78DB: hue angle of 292.12º 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 #CE78DB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 120 219 -
CMYK 0.06 0.45 0 0.14
HSL 292.12º 0.58% 0.66% -
HSV(B) 292.12º 0.45% 0.86% -
XYZ 44.96 31.67 70.76 -
YUV 157 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 206 120 219 0.06 0.45 0 0.14 292.12 0.58 0.66
Hex CE 78 DB 6 2D 0 E 124 3A 42
Octal 316 170 333 6 55 0 16 444 72 102
Binary 11001110 1111000 11011011 110 101101 0 1110 100100100 111010 1000010

Color Harmonies of #CE78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE78DB

Black with #CE78DB

Text Example


Text Example

White with #CE78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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