#CD75F1

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

Shades of Heliotrope #CD75F1

Tints of Heliotrope #CD75F1

Color information

#CD75F1 (or 0xCD75F1) is unknown color: approx Heliotrope. HEX triplet: CD, 75 and F1. RGB value is (205,117,241). Sum of RGB (Red+Green+Blue) = 205+117+241=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD75F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD75F1 is #328A0E. Grayscale: #9D9D9D. Windows color (decimal): -3312143 or 15824333. OLE color: 15824333.

HSL color Cylindrical-coordinate representation of color #CD75F1: hue angle of 282.58º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD75F1 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205117241-
CMYK0.150.5100.05
HSL282.58º81.58%70.2%-
HSV(B)282.58º51.45%94.51%-
XYZ47.4232.0586.91-
YUV157.45175.15161.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 117 (46.09% from 255) = 20.78%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=36.41%
G=20.78%
B=42.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051172410.150.5100.05282.5881.5870.2
HexCD75F1F330511b5246
Octal315165361176305433122106
Binary110011011110101111100011111110011010110001101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD75F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD75F1; }

 p { color: rgb(205,117,241); }

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

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

 a { background-color: rgb(205,117,241); }

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

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

 span { border-color: rgb(205,117,241); }

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