Html Css Color HEX #CE79C7 Orchid

📋 copy color: '#CE79C7'

red 206 ◦ green 121 ◦ blue 199

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

Shades of Orchid #CE79C7

Tints of Orchid #CE79C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.83%

R = 39.16%
G = 23%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE79C7 (or 0xCE79C7) is known color: Orchid. HEX triplet: CE, 79 and C7. RGB value is (206,121,199). Sum of RGB (Red+Green+Blue) = 206+121+199=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79C7 is #318638. Grayscale: #9B9B9B. Windows color (decimal): -3245625 or 13072846. OLE color: 13072846.

HSL color Cylindrical-coordinate representation of color #CE79C7: hue angle of 304.94º 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 #CE79C7 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 199 -
CMYK 0 0.41 0.03 0.19
HSL 304.94º 0.46% 0.64% -
HSV(B) 304.94º 0.41% 0.81% -
XYZ 42.6 30.92 57.76 -
YUV 155.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 206 121 199 0 0.41 0.03 0.19 304.94 0.46 0.64
Hex CE 79 C7 0 29 3 13 131 2E 40
Octal 316 171 307 0 51 3 23 461 56 100
Binary 11001110 1111001 11000111 0 101001 11 10011 100110001 101110 1000000

Color Harmonies of #CE79C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79C7

Black with #CE79C7

Text Example


Text Example

White with #CE79C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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