#CD61F7

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

Shades of Heliotrope #CD61F7

Tints of Heliotrope #CD61F7

Color information

#CD61F7 (or 0xCD61F7) is unknown color: approx Heliotrope. HEX triplet: CD, 61 and F7. RGB value is (205,97,247). Sum of RGB (Red+Green+Blue) = 205+97+247=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 97 (38.28% from 255 or 17.67% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD61F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD61F7 is #329E08. Grayscale: #919191. Windows color (decimal): -3317257 or 16212429. OLE color: 16212429.

HSL color Cylindrical-coordinate representation of color #CD61F7: hue angle of 283.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD61F7 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20597247-
CMYK0.170.6100.03
HSL283.2º90.36%67.45%-
HSV(B)283.2º60.73%96.86%-
XYZ46.2428.2491.01-
YUV146.39184.78169.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 97 (38.28% from 255) = 17.67%
BLUE value IS 247 (96.88% from 255) = 44.99%
R=37.34%
G=17.67%
B=44.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal205972470.170.6100.03283.290.3667.45
HexCD61F7113D0311b5a43
Octal315141367217503433132103
Binary110011011100001111101111000111110101110001101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD61F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD61F7; }

 p { color: rgb(205,97,247); }

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

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

 a { background-color: rgb(205,97,247); }

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

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

 span { border-color: rgb(205,97,247); }

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