#CE62DF

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

Shades of Orchid #CE62DF

Tints of Orchid #CE62DF

Color information

#CE62DF (or 0xCE62DF) is unknown color: approx Orchid. HEX triplet: CE, 62 and DF. RGB value is (206,98,223). Sum of RGB (Red+Green+Blue) = 206+98+223=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE62DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62DF is #319D20. Grayscale: #909090. Windows color (decimal): -3251489 or 14639822. OLE color: 14639822.

HSL color Cylindrical-coordinate representation of color #CE62DF: hue angle of 291.84º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE62DF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20698223-
CMYK0.080.5600.13
HSL291.84º66.14%62.94%-
HSV(B)291.84º56.05%87.45%-
XYZ43.1427.1872.79-
YUV144.54172.28171.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 98 (38.67% from 255) = 18.60%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=39.09%
G=18.60%
B=42.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal206982230.080.5600.13291.8466.1462.94
HexCE62DF8380D124423f
Octal316142337107001544410277
Binary110011101100010110111111000111000011011001001001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE62DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE62DF; }

 p { color: rgb(206,98,223); }

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

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

 a { background-color: rgb(206,98,223); }

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

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

 span { border-color: rgb(206,98,223); }

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