#CE65D7

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

Shades of Orchid #CE65D7

Tints of Orchid #CE65D7

Color information

#CE65D7 (or 0xCE65D7) is unknown color: approx Orchid. HEX triplet: CE, 65 and D7. RGB value is (206,101,215). Sum of RGB (Red+Green+Blue) = 206+101+215=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE65D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65D7 is #319A28. Grayscale: #919191. Windows color (decimal): -3250729 or 14116302. OLE color: 14116302.

HSL color Cylindrical-coordinate representation of color #CE65D7: hue angle of 295.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE65D7 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206101215-
CMYK0.040.5300.16
HSL295.26º58.76%61.96%-
HSV(B)295.26º53.02%84.31%-
XYZ42.3727.3467.33-
YUV145.39167.29171.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 101 (39.84% from 255) = 19.35%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=39.46%
G=19.35%
B=41.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061012150.040.5300.16295.2658.7661.96
HexCE65D74350101273b3e
Octal3161453274650204477376
Binary11001110110010111010111100110101010000100100111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65D7; }

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

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

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

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

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

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

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

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