Html Css Color HEX #CE79D0 Orchid

📋 copy color: '#CE79D0'

red 206 ◦ green 121 ◦ blue 208

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

Shades of Orchid #CE79D0

Tints of Orchid #CE79D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 38.5%
G = 22.62%
B = 38.88%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE79D0 (or 0xCE79D0) is known color: Orchid. HEX triplet: CE, 79 and D0. RGB value is (206,121,208). Sum of RGB (Red+Green+Blue) = 206+121+208=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE79D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79D0 is #31862F. Grayscale: #9C9C9C. Windows color (decimal): -3245616 or 13662670. OLE color: 13662670.

HSL color Cylindrical-coordinate representation of color #CE79D0: hue angle of 298.62º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE79D0 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 121 208 -
CMYK 0.01 0.42 0 0.18
HSL 298.62º 0.48% 0.65% -
HSV(B) 298.62º 0.42% 0.82% -
XYZ 43.68 31.35 63.42 -
YUV 156.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 206 121 208 0.01 0.42 0 0.18 298.62 0.48 0.65
Hex CE 79 D0 1 2A 0 12 12B 30 41
Octal 316 171 320 1 52 0 22 453 60 101
Binary 11001110 1111001 11010000 1 101010 0 10010 100101011 110000 1000001

Color Harmonies of #CE79D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79D0

Black with #CE79D0

Text Example


Text Example

White with #CE79D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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