Html Css Color HEX #CE80CF Orchid

📋 copy color: '#CE80CF'

red 206 ◦ green 128 ◦ blue 207

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

Shades of Orchid #CE80CF

Tints of Orchid #CE80CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 38.08%
G = 23.66%
B = 38.26%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE80CF (or 0xCE80CF) is known color: Orchid. HEX triplet: CE, 80 and CF. RGB value is (206,128,207). Sum of RGB (Red+Green+Blue) = 206+128+207=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80CF is #317F30. Grayscale: #A0A0A0. Windows color (decimal): -3243825 or 13598926. OLE color: 13598926.

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

Color convert

RGB 206 128 207 -
CMYK 0.00 0.38 0 0.19
HSL 299.24º 0.45% 0.66% -
HSV(B) 299.24º 0.38% 0.81% -
XYZ 44.44 33.07 63.07 -
YUV 160.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 206 128 207 0.00 0.38 0 0.19 299.24 0.45 0.66
Hex CE 80 CF 0 26 0 13 12B 2D 42
Octal 316 200 317 0 46 0 23 453 55 102
Binary 11001110 10000000 11001111 0 100110 0 10011 100101011 101101 1000010

Color Harmonies of #CE80CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE80CF

Black with #CE80CF

Text Example


Text Example

White with #CE80CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE80CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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