#CD71FD

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

Shades of Heliotrope #CD71FD

Tints of Heliotrope #CD71FD

Color information

#CD71FD (or 0xCD71FD) is unknown color: approx Heliotrope. HEX triplet: CD, 71 and FD. RGB value is (205,113,253). Sum of RGB (Red+Green+Blue) = 205+113+253=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD71FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD71FD is #328E02. Grayscale: #9C9C9C. Windows color (decimal): -3313155 or 16609741. OLE color: 16609741.

HSL color Cylindrical-coordinate representation of color #CD71FD: hue angle of 279.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD71FD is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205113253-
CMYK0.190.5500.01
HSL279.43º97.22%71.76%-
HSV(B)279.43º55.34%99.22%-
XYZ48.8131.8896.51-
YUV156.47182.48162.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 113 (44.53% from 255) = 19.79%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=35.90%
G=19.79%
B=44.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051132530.190.5500.01279.4397.2271.76
HexCD71FD1337011176148
Octal315161375236701427141110
Binary11001101111000111111101100111101110110001011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD71FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD71FD; }

 p { color: rgb(205,113,253); }

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

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

 a { background-color: rgb(205,113,253); }

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

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

 span { border-color: rgb(205,113,253); }

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