#CD74F8

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

Shades of Heliotrope #CD74F8

Tints of Heliotrope #CD74F8

Color information

#CD74F8 (or 0xCD74F8) is unknown color: approx Heliotrope. HEX triplet: CD, 74 and F8. RGB value is (205,116,248). Sum of RGB (Red+Green+Blue) = 205+116+248=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #CD74F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD74F8 is #328B07. Grayscale: #9D9D9D. Windows color (decimal): -3312392 or 16282829. OLE color: 16282829.

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

Color convert

RGB205116248-
CMYK0.170.5300.03
HSL280.45º90.41%71.37%-
HSV(B)280.45º53.23%97.25%-
XYZ48.3732.2592.48-
YUV157.66178.99161.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 116 (45.70% from 255) = 20.39%
BLUE value IS 248 (97.27% from 255) = 43.59%
R=36.03%
G=20.39%
B=43.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051162480.170.5300.03280.4590.4171.37
HexCD74F81135031185a47
Octal315164370216503430132107
Binary110011011110100111110001000111010101110001100010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74F8; }

 p { color: rgb(205,116,248); }

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

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

 a { background-color: rgb(205,116,248); }

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

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

 span { border-color: rgb(205,116,248); }

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