Html Css Color HEX #CE79DA Orchid

📋 copy color: '#CE79DA'

red 206 ◦ green 121 ◦ blue 218

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

Shades of Orchid #CE79DA

Tints of Orchid #CE79DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 37.8%
G = 22.2%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE79DA (or 0xCE79DA) is known color: Orchid. HEX triplet: CE, 79 and DA. RGB value is (206,121,218). Sum of RGB (Red+Green+Blue) = 206+121+218=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE79DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79DA is #318625. Grayscale: #9D9D9D. Windows color (decimal): -3245606 or 14318030. OLE color: 14318030.

HSL color Cylindrical-coordinate representation of color #CE79DA: hue angle of 292.58º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE79DA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 121 218 -
CMYK 0.06 0.44 0 0.15
HSL 292.58º 0.57% 0.66% -
HSV(B) 292.58º 0.44% 0.85% -
XYZ 44.95 31.86 70.11 -
YUV 157.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 206 121 218 0.06 0.44 0 0.15 292.58 0.57 0.66
Hex CE 79 DA 6 2C 0 F 125 39 42
Octal 316 171 332 6 54 0 17 445 71 102
Binary 11001110 1111001 11011010 110 101100 0 1111 100100101 111001 1000010

Color Harmonies of #CE79DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79DA

Black with #CE79DA

Text Example


Text Example

White with #CE79DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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