#CD69F9

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

Shades of Heliotrope #CD69F9

Tints of Heliotrope #CD69F9

Color information

#CD69F9 (or 0xCD69F9) is unknown color: approx Heliotrope. HEX triplet: CD, 69 and F9. RGB value is (205,105,249). Sum of RGB (Red+Green+Blue) = 205+105+249=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD69F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD69F9 is #329606. Grayscale: #969696. Windows color (decimal): -3315207 or 16345549. OLE color: 16345549.

HSL color Cylindrical-coordinate representation of color #CD69F9: hue angle of 281.67º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD69F9 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205105249-
CMYK0.180.5800.02
HSL281.67º92.31%69.41%-
HSV(B)281.67º57.83%97.65%-
XYZ47.3329.9292.9-
YUV151.32183.13166.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 105 (41.41% from 255) = 18.78%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=36.67%
G=18.78%
B=44.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051052490.180.5800.02281.6792.3169.41
HexCD69F9123A0211a5c45
Octal315151371227202432134105
Binary110011011101001111110011001011101001010001101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69F9; }

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

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

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

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

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

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

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

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