Html Css Color HEX #CE79CC Orchid

📋 copy color: '#CE79CC'

red 206 ◦ green 121 ◦ blue 204

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

Shades of Orchid #CE79CC

Tints of Orchid #CE79CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 38.79%
G = 22.79%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE79CC (or 0xCE79CC) is known color: Orchid. HEX triplet: CE, 79 and CC. RGB value is (206,121,204). Sum of RGB (Red+Green+Blue) = 206+121+204=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79CC is #318633. Grayscale: #9B9B9B. Windows color (decimal): -3245620 or 13400526. OLE color: 13400526.

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

Color convert

RGB 206 121 204 -
CMYK 0 0.41 0.01 0.19
HSL 301.41º 0.46% 0.64% -
HSV(B) 301.41º 0.41% 0.81% -
XYZ 43.19 31.16 60.86 -
YUV 155.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 206 121 204 0 0.41 0.01 0.19 301.41 0.46 0.64
Hex CE 79 CC 0 29 1 13 12D 2E 40
Octal 316 171 314 0 51 1 23 455 56 100
Binary 11001110 1111001 11001100 0 101001 1 10011 100101101 101110 1000000

Color Harmonies of #CE79CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79CC

Black with #CE79CC

Text Example


Text Example

White with #CE79CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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