Html Css Color HEX #CE79DB Orchid

📋 copy color: '#CE79DB'

red 206 ◦ green 121 ◦ blue 219

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

Shades of Orchid #CE79DB

Tints of Orchid #CE79DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.16%

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

R = 37.73%
G = 22.16%
B = 40.11%

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

#CE79DB (or 0xCE79DB) is known color: Orchid. HEX triplet: CE, 79 and DB. RGB value is (206,121,219). Sum of RGB (Red+Green+Blue) = 206+121+219=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79DB is #318624. Grayscale: #9D9D9D. Windows color (decimal): -3245605 or 14383566. OLE color: 14383566.

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

Color convert

RGB 206 121 219 -
CMYK 0.06 0.45 0 0.14
HSL 292.04º 0.58% 0.67% -
HSV(B) 292.04º 0.45% 0.86% -
XYZ 45.08 31.91 70.8 -
YUV 157.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 206 121 219 0.06 0.45 0 0.14 292.04 0.58 0.67
Hex CE 79 DB 6 2D 0 E 124 3A 43
Octal 316 171 333 6 55 0 16 444 72 103
Binary 11001110 1111001 11011011 110 101101 0 1110 100100100 111010 1000011

Color Harmonies of #CE79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79DB

Black with #CE79DB

Text Example


Text Example

White with #CE79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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