#CE61DA

Color #CE61DA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CE61DA

Tints of Orchid #CE61DA

Color information

#CE61DA (or 0xCE61DA) is unknown color: approx Orchid. HEX triplet: CE, 61 and DA. RGB value is (206,97,218). Sum of RGB (Red+Green+Blue) = 206+97+218=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE61DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61DA is #319E25. Grayscale: #8F8F8F. Windows color (decimal): -3251750 or 14311886. OLE color: 14311886.

HSL color Cylindrical-coordinate representation of color #CE61DA: hue angle of 294.05º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE61DA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20697218-
CMYK0.060.5600.15
HSL294.05º62.05%61.76%-
HSV(B)294.05º55.5%85.49%-
XYZ42.3826.7369.26-
YUV143.38170.11172.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 97 (38.28% from 255) = 18.62%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=39.54%
G=18.62%
B=41.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206972180.060.5600.15294.0562.0561.76
HexCE61DA6380F1263e3e
Octal3161413326700174467676
Binary1100111011000011101101011011100001111100100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE61DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE61DA; }

 p { color: rgb(206,97,218); }

 H1.HeaderClassName
 {
   color: #CE61DA;
 }
 .AnyTagClassName
 {
   color: #CE61DA;
 }
</style>
background-color css

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

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

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

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

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

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