Html Css Color HEX #CE80C9 Orchid

📋 copy color: '#CE80C9'

red 206 ◦ green 128 ◦ blue 201

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

Shades of Orchid #CE80C9

Tints of Orchid #CE80C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 38.5%
G = 23.93%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE80C9 (or 0xCE80C9) is known color: Orchid. HEX triplet: CE, 80 and C9. RGB value is (206,128,201). Sum of RGB (Red+Green+Blue) = 206+128+201=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80C9 is #317F36. Grayscale: #9F9F9F. Windows color (decimal): -3243831 or 13205710. OLE color: 13205710.

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

Color convert

RGB 206 128 201 -
CMYK 0 0.38 0.02 0.19
HSL 303.85º 0.44% 0.65% -
HSV(B) 303.85º 0.38% 0.81% -
XYZ 43.72 32.78 59.28 -
YUV 159.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 206 128 201 0 0.38 0.02 0.19 303.85 0.44 0.65
Hex CE 80 C9 0 26 2 13 130 2C 41
Octal 316 200 311 0 46 2 23 460 54 101
Binary 11001110 10000000 11001001 0 100110 10 10011 100110000 101100 1000001

Color Harmonies of #CE80C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE80C9

Black with #CE80C9

Text Example


Text Example

White with #CE80C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE80C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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