#CE62D5

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

Shades of Orchid #CE62D5

Tints of Orchid #CE62D5

Color information

#CE62D5 (or 0xCE62D5) is unknown color: approx Orchid. HEX triplet: CE, 62 and D5. RGB value is (206,98,213). Sum of RGB (Red+Green+Blue) = 206+98+213=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE62D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62D5 is #319D2A. Grayscale: #8F8F8F. Windows color (decimal): -3251499 or 13984462. OLE color: 13984462.

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

Color convert

RGB20698213-
CMYK0.030.5400.16
HSL296.35º57.79%60.98%-
HSV(B)296.35º53.99%83.53%-
XYZ41.8326.6665.89-
YUV143.4167.28172.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 98 (38.67% from 255) = 18.96%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=39.85%
G=18.96%
B=41.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206982130.030.5400.16296.3557.7960.98
HexCE62D53360101283a3d
Octal3161423253660204507275
Binary1100111011000101101010111110110010000100101000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE62D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE62D5; }

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

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

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

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

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

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

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

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