#CE62CC

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

Shades of Orchid #CE62CC

Tints of Orchid #CE62CC

Color information

#CE62CC (or 0xCE62CC) is unknown color: approx Orchid. HEX triplet: CE, 62 and CC. RGB value is (206,98,204). Sum of RGB (Red+Green+Blue) = 206+98+204=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62CC is #319D33. Grayscale: #8E8E8E. Windows color (decimal): -3251508 or 13394638. OLE color: 13394638.

HSL color Cylindrical-coordinate representation of color #CE62CC: hue angle of 301.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE62CC is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB20698204-
CMYK00.520.010.19
HSL301.11º52.43%59.61%-
HSV(B)301.11º52.43%80.78%-
XYZ40.7226.2260.04-
YUV142.38162.78173.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 98 (38.67% from 255) = 19.29%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=40.55%
G=19.29%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069820400.520.010.19301.1152.4359.61
HexCE62CC03411312d343c
Octal3161423140641234556474
Binary110011101100010110011000110100110011100101101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE62CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE62CC; }

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

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

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

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

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

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

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

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