#CD74E7

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

Shades of Heliotrope #CD74E7

Tints of Heliotrope #CD74E7

Color information

#CD74E7 (or 0xCD74E7) is unknown color: approx Heliotrope. HEX triplet: CD, 74 and E7. RGB value is (205,116,231). Sum of RGB (Red+Green+Blue) = 205+116+231=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD74E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD74E7 is #328B18. Grayscale: #9B9B9B. Windows color (decimal): -3312409 or 15168717. OLE color: 15168717.

HSL color Cylindrical-coordinate representation of color #CD74E7: hue angle of 286.43º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD74E7 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205116231-
CMYK0.110.5000.09
HSL286.43º70.55%68.04%-
HSV(B)286.43º49.78%90.59%-
XYZ45.8531.2479.21-
YUV155.72170.49163.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 116 (45.70% from 255) = 21.01%
BLUE value IS 231 (90.62% from 255) = 41.85%
R=37.14%
G=21.01%
B=41.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051162310.110.5000.09286.4370.5568.04
HexCD74E7B320911e4744
Octal3151643471362011436107104
Binary1100110111101001110011110111100100100110001111010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74E7; }

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

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

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

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

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

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

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

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