#CD65FE

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

Shades of Heliotrope #CD65FE

Tints of Heliotrope #CD65FE

Color information

#CD65FE (or 0xCD65FE) is unknown color: approx Heliotrope. HEX triplet: CD, 65 and FE. RGB value is (205,101,254). Sum of RGB (Red+Green+Blue) = 205+101+254=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD65FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD65FE is #329A01. Grayscale: #959595. Windows color (decimal): -3316226 or 16672205. OLE color: 16672205.

HSL color Cylindrical-coordinate representation of color #CD65FE: hue angle of 280.78º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD65FE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205101254-
CMYK0.190.6000.00
HSL280.78º98.71%69.61%-
HSV(B)280.78º60.24%99.61%-
XYZ47.7229.4496.93-
YUV149.54186.96167.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 101 (39.84% from 255) = 18.04%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=36.61%
G=18.04%
B=45.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2051012540.190.6000.00280.7898.7169.61
HexCD65FE133C001196346
Octal315145376237400431143106
Binary11001101110010111111110100111111000010001100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65FE; }

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

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

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

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

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

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

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

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