Html Css Color HEX #CE79C2 Orchid

📋 copy color: '#CE79C2'

red 206 ◦ green 121 ◦ blue 194

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

Shades of Orchid #CE79C2

Tints of Orchid #CE79C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.24%

R = 39.54%
G = 23.22%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE79C2 (or 0xCE79C2) is known color: Orchid. HEX triplet: CE, 79 and C2. RGB value is (206,121,194). Sum of RGB (Red+Green+Blue) = 206+121+194=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79C2 is #31863D. Grayscale: #9A9A9A. Windows color (decimal): -3245630 or 12745166. OLE color: 12745166.

HSL color Cylindrical-coordinate representation of color #CE79C2: hue angle of 308.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE79C2 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 194 -
CMYK 0 0.41 0.06 0.19
HSL 308.47º 0.46% 0.64% -
HSV(B) 308.47º 0.41% 0.81% -
XYZ 42.03 30.69 54.75 -
YUV 154.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 206 121 194 0 0.41 0.06 0.19 308.47 0.46 0.64
Hex CE 79 C2 0 29 6 13 134 2E 40
Octal 316 171 302 0 51 6 23 464 56 100
Binary 11001110 1111001 11000010 0 101001 110 10011 100110100 101110 1000000

Color Harmonies of #CE79C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79C2

Black with #CE79C2

Text Example


Text Example

White with #CE79C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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