#CD68F5

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

Shades of Heliotrope #CD68F5

Tints of Heliotrope #CD68F5

Color information

#CD68F5 (or 0xCD68F5) is unknown color: approx Heliotrope. HEX triplet: CD, 68 and F5. RGB value is (205,104,245). Sum of RGB (Red+Green+Blue) = 205+104+245=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD68F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD68F5 is #32970A. Grayscale: #959595. Windows color (decimal): -3315467 or 16083149. OLE color: 16083149.

HSL color Cylindrical-coordinate representation of color #CD68F5: hue angle of 282.98º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD68F5 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205104245-
CMYK0.160.5800.04
HSL282.98º87.58%68.43%-
HSV(B)282.98º57.55%96.08%-
XYZ46.6129.4789.62-
YUV150.27181.46167.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 104 (41.02% from 255) = 18.77%
BLUE value IS 245 (96.09% from 255) = 44.22%
R=37.00%
G=18.77%
B=44.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051042450.160.5800.04282.9887.5868.43
HexCD68F5103A0411b5844
Octal315150365207204433130104
Binary1100110111010001111010110000111010010010001101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD68F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD68F5; }

 p { color: rgb(205,104,245); }

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

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

 a { background-color: rgb(205,104,245); }

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

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

 span { border-color: rgb(205,104,245); }

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