Html Css Color HEX #CE79C1 Orchid

📋 copy color: '#CE79C1'

red 206 ◦ green 121 ◦ blue 193

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

Shades of Orchid #CE79C1

Tints of Orchid #CE79C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 39.62%
G = 23.27%
B = 37.12%

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

#CE79C1 (or 0xCE79C1) is known color: Orchid. HEX triplet: CE, 79 and C1. RGB value is (206,121,193). Sum of RGB (Red+Green+Blue) = 206+121+193=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79C1 is #31863E. Grayscale: #9A9A9A. Windows color (decimal): -3245631 or 12679630. OLE color: 12679630.

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

Color convert

RGB 206 121 193 -
CMYK 0 0.41 0.06 0.19
HSL 309.18º 0.46% 0.64% -
HSV(B) 309.18º 0.41% 0.81% -
XYZ 41.92 30.65 54.16 -
YUV 154.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 206 121 193 0 0.41 0.06 0.19 309.18 0.46 0.64
Hex CE 79 C1 0 29 6 13 135 2E 40
Octal 316 171 301 0 51 6 23 465 56 100
Binary 11001110 1111001 11000001 0 101001 110 10011 100110101 101110 1000000

Color Harmonies of #CE79C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79C1

Black with #CE79C1

Text Example


Text Example

White with #CE79C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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