#CE61D4

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

Shades of Orchid #CE61D4

Tints of Orchid #CE61D4

Color information

#CE61D4 (or 0xCE61D4) is unknown color: approx Orchid. HEX triplet: CE, 61 and D4. RGB value is (206,97,212). Sum of RGB (Red+Green+Blue) = 206+97+212=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE61D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61D4 is #319E2B. Grayscale: #8E8E8E. Windows color (decimal): -3251756 or 13918670. OLE color: 13918670.

HSL color Cylindrical-coordinate representation of color #CE61D4: hue angle of 296.87º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE61D4 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20697212-
CMYK0.030.5400.17
HSL296.87º57.21%60.59%-
HSV(B)296.87º54.25%83.14%-
XYZ41.6126.4265.19-
YUV142.7167.11173.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 97 (38.28% from 255) = 18.83%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=40%
G=18.83%
B=41.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206972120.030.5400.17296.8757.2160.59
HexCE61D4336011129393d
Octal3161413243660214517175
Binary1100111011000011101010011110110010001100101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE61D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE61D4; }

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

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

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

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

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

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

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

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