#CC7FFD

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

Shades of Heliotrope #CC7FFD

Tints of Heliotrope #CC7FFD

Color information

#CC7FFD (or 0xCC7FFD) is unknown color: approx Heliotrope. HEX triplet: CC, 7F and FD. RGB value is (204,127,253). Sum of RGB (Red+Green+Blue) = 204+127+253=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FFD is #338002. Grayscale: #A3A3A3. Windows color (decimal): -3375107 or 16613324. OLE color: 16613324.

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

Color convert

RGB204127253-
CMYK0.190.5000.01
HSL276.67º96.92%74.51%-
HSV(B)276.67º49.8%99.22%-
XYZ50.2235.1197.06-
YUV164.39178.01156.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 127 (50% from 255) = 21.75%
BLUE value IS 253 (99.22% from 255) = 43.32%
R=34.93%
G=21.75%
B=43.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041272530.190.5000.01276.6796.9274.51
HexCC7FFD133201115614b
Octal314177375236201425141113
Binary11001100111111111111101100111100100110001010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FFD; }

 p { color: rgb(204,127,253); }

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

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

 a { background-color: rgb(204,127,253); }

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

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

 span { border-color: rgb(204,127,253); }

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