#CC71FA

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

Shades of Heliotrope #CC71FA

Tints of Heliotrope #CC71FA

Color information

#CC71FA (or 0xCC71FA) is unknown color: approx Heliotrope. HEX triplet: CC, 71 and FA. RGB value is (204,113,250). Sum of RGB (Red+Green+Blue) = 204+113+250=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC71FA is #338E05. Grayscale: #9B9B9B. Windows color (decimal): -3378694 or 16413132. OLE color: 16413132.

HSL color Cylindrical-coordinate representation of color #CC71FA: hue angle of 279.85º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC71FA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204113250-
CMYK0.180.5500.02
HSL279.85º93.2%71.18%-
HSV(B)279.85º54.8%98.04%-
XYZ48.0631.5594-
YUV155.83181.15162.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 113 (44.53% from 255) = 19.93%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=35.98%
G=19.93%
B=44.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041132500.180.5500.02279.8593.271.18
HexCC71FA1237021185d47
Octal314161372226702430135107
Binary110011001110001111110101001011011101010001100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71FA; }

 p { color: rgb(204,113,250); }

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

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

 a { background-color: rgb(204,113,250); }

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

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

 span { border-color: rgb(204,113,250); }

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