Html Css Color HEX #CE79CE Orchid

📋 copy color: '#CE79CE'

red 206 ◦ green 121 ◦ blue 206

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

Shades of Orchid #CE79CE

Tints of Orchid #CE79CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 38.65%
G = 22.7%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE79CE (or 0xCE79CE) is known color: Orchid. HEX triplet: CE, 79 and CE. RGB value is (206,121,206). Sum of RGB (Red+Green+Blue) = 206+121+206=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79CE is #318631. Grayscale: #9B9B9B. Windows color (decimal): -3245618 or 13531598. OLE color: 13531598.

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

Color convert

RGB 206 121 206 -
CMYK 0 0.41 0 0.19
HSL 300º 0.46% 0.64% -
HSV(B) 300º 0.41% 0.81% -
XYZ 43.43 31.25 62.14 -
YUV 156.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 206 121 206 0 0.41 0 0.19 300 0.46 0.64
Hex CE 79 CE 0 29 0 13 12C 2E 40
Octal 316 171 316 0 51 0 23 454 56 100
Binary 11001110 1111001 11001110 0 101001 0 10011 100101100 101110 1000000

Color Harmonies of #CE79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79CE

Black with #CE79CE

Text Example


Text Example

White with #CE79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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