Html Css Color HEX #CE80CC Orchid

📋 copy color: '#CE80CC'

red 206 ◦ green 128 ◦ blue 204

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

Shades of Orchid #CE80CC

Tints of Orchid #CE80CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.79%

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

R = 38.29%
G = 23.79%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE80CC (or 0xCE80CC) is known color: Orchid. HEX triplet: CE, 80 and CC. RGB value is (206,128,204). Sum of RGB (Red+Green+Blue) = 206+128+204=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80CC is #317F33. Grayscale: #9F9F9F. Windows color (decimal): -3243828 or 13402318. OLE color: 13402318.

HSL color Cylindrical-coordinate representation of color #CE80CC: hue angle of 301.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE80CC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 128 204 -
CMYK 0 0.38 0.01 0.19
HSL 301.54º 0.44% 0.65% -
HSV(B) 301.54º 0.38% 0.81% -
XYZ 44.07 32.92 61.16 -
YUV 159.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 206 128 204 0 0.38 0.01 0.19 301.54 0.44 0.65
Hex CE 80 CC 0 26 1 13 12E 2C 41
Octal 316 200 314 0 46 1 23 456 54 101
Binary 11001110 10000000 11001100 0 100110 1 10011 100101110 101100 1000001

Color Harmonies of #CE80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE80CC

Black with #CE80CC

Text Example


Text Example

White with #CE80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE80CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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