Html Css Color HEX #CE79C3 Orchid

📋 copy color: '#CE79C3'

red 206 ◦ green 121 ◦ blue 195

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

Shades of Orchid #CE79C3

Tints of Orchid #CE79C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.36%

R = 39.46%
G = 23.18%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE79C3 (or 0xCE79C3) is known color: Orchid. HEX triplet: CE, 79 and C3. RGB value is (206,121,195). Sum of RGB (Red+Green+Blue) = 206+121+195=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79C3 is #31863C. Grayscale: #9A9A9A. Windows color (decimal): -3245629 or 12810702. OLE color: 12810702.

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

Color convert

RGB 206 121 195 -
CMYK 0 0.41 0.05 0.19
HSL 307.76º 0.46% 0.64% -
HSV(B) 307.76º 0.41% 0.81% -
XYZ 42.14 30.74 55.34 -
YUV 154.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 206 121 195 0 0.41 0.05 0.19 307.76 0.46 0.64
Hex CE 79 C3 0 29 5 13 134 2E 40
Octal 316 171 303 0 51 5 23 464 56 100
Binary 11001110 1111001 11000011 0 101001 101 10011 100110100 101110 1000000

Color Harmonies of #CE79C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79C3

Black with #CE79C3

Text Example


Text Example

White with #CE79C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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