#CE65E1

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

Shades of Orchid #CE65E1

Tints of Orchid #CE65E1

Color information

#CE65E1 (or 0xCE65E1) is unknown color: approx Orchid. HEX triplet: CE, 65 and E1. RGB value is (206,101,225). Sum of RGB (Red+Green+Blue) = 206+101+225=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE65E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65E1 is #319A1E. Grayscale: #929292. Windows color (decimal): -3250719 or 14771662. OLE color: 14771662.

HSL color Cylindrical-coordinate representation of color #CE65E1: hue angle of 290.81º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE65E1 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206101225-
CMYK0.080.5500.12
HSL290.81º67.39%63.92%-
HSV(B)290.81º55.11%88.24%-
XYZ43.727.8774.31-
YUV146.53172.29170.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 101 (39.84% from 255) = 18.98%
BLUE value IS 225 (88.28% from 255) = 42.29%
R=38.72%
G=18.98%
B=42.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061012250.080.5500.12290.8167.3963.92
HexCE65E18370C1234340
Octal3161453411067014443103100
Binary1100111011001011110000110001101110110010010001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65E1; }

 p { color: rgb(206,101,225); }

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

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

 a { background-color: rgb(206,101,225); }

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

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

 span { border-color: rgb(206,101,225); }

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