#CD69FD

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

Shades of Heliotrope #CD69FD

Tints of Heliotrope #CD69FD

Color information

#CD69FD (or 0xCD69FD) is unknown color: approx Heliotrope. HEX triplet: CD, 69 and FD. RGB value is (205,105,253). Sum of RGB (Red+Green+Blue) = 205+105+253=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD69FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD69FD is #329602. Grayscale: #979797. Windows color (decimal): -3315203 or 16607693. OLE color: 16607693.

HSL color Cylindrical-coordinate representation of color #CD69FD: hue angle of 280.54º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD69FD is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205105253-
CMYK0.190.5800.01
HSL280.54º97.37%70.2%-
HSV(B)280.54º58.5%99.22%-
XYZ47.9630.1796.23-
YUV151.77185.13165.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 105 (41.41% from 255) = 18.65%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=36.41%
G=18.65%
B=44.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051052530.190.5800.01280.5497.3770.2
HexCD69FD133A011196146
Octal315151375237201431141106
Binary11001101110100111111101100111110100110001100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69FD; }

 p { color: rgb(205,105,253); }

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

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

 a { background-color: rgb(205,105,253); }

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

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

 span { border-color: rgb(205,105,253); }

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