#CD65E4

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

Shades of Orchid #CD65E4

Tints of Orchid #CD65E4

Color information

#CD65E4 (or 0xCD65E4) is unknown color: approx Orchid. HEX triplet: CD, 65 and E4. RGB value is (205,101,228). Sum of RGB (Red+Green+Blue) = 205+101+228=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD65E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65E4 is #329A1B. Grayscale: #929292. Windows color (decimal): -3316252 or 14968269. OLE color: 14968269.

HSL color Cylindrical-coordinate representation of color #CD65E4: hue angle of 289.13º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD65E4 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205101228-
CMYK0.100.5600.11
HSL289.13º70.17%64.51%-
HSV(B)289.13º55.7%89.41%-
XYZ43.8327.8976.47-
YUV146.57173.96169.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 101 (39.84% from 255) = 18.91%
BLUE value IS 228 (89.45% from 255) = 42.70%
R=38.39%
G=18.91%
B=42.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051012280.100.5600.11289.1370.1764.51
HexCD65E4A380B1214641
Octal3151453441270013441106101
Binary1100110111001011110010010101110000101110010000110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65E4; }

 p { color: rgb(205,101,228); }

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

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

 a { background-color: rgb(205,101,228); }

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

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

 span { border-color: rgb(205,101,228); }

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