Html Css Color HEX #CE79C6 Orchid

📋 copy color: '#CE79C6'

red 206 ◦ green 121 ◦ blue 198

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

Shades of Orchid #CE79C6

Tints of Orchid #CE79C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 39.24%
G = 23.05%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE79C6 (or 0xCE79C6) is known color: Orchid. HEX triplet: CE, 79 and C6. RGB value is (206,121,198). Sum of RGB (Red+Green+Blue) = 206+121+198=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79C6 is #318639. Grayscale: #9A9A9A. Windows color (decimal): -3245626 or 13007310. OLE color: 13007310.

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

Color convert

RGB 206 121 198 -
CMYK 0 0.41 0.04 0.19
HSL 305.65º 0.46% 0.64% -
HSV(B) 305.65º 0.41% 0.81% -
XYZ 42.48 30.87 57.15 -
YUV 155.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 206 121 198 0 0.41 0.04 0.19 305.65 0.46 0.64
Hex CE 79 C6 0 29 4 13 132 2E 40
Octal 316 171 306 0 51 4 23 462 56 100
Binary 11001110 1111001 11000110 0 101001 100 10011 100110010 101110 1000000

Color Harmonies of #CE79C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79C6

Black with #CE79C6

Text Example


Text Example

White with #CE79C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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