#CC7EFD

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

Shades of Heliotrope #CC7EFD

Tints of Heliotrope #CC7EFD

Color information

#CC7EFD (or 0xCC7EFD) is unknown color: approx Heliotrope. HEX triplet: CC, 7E and FD. RGB value is (204,126,253). Sum of RGB (Red+Green+Blue) = 204+126+253=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC7EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7EFD is #338102. Grayscale: #A3A3A3. Windows color (decimal): -3375363 or 16613068. OLE color: 16613068.

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

Color convert

RGB204126253-
CMYK0.190.5000.01
HSL276.85º96.95%74.31%-
HSV(B)276.85º50.2%99.22%-
XYZ50.0934.8597.02-
YUV163.8178.34156.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 126 (49.61% from 255) = 21.61%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=34.99%
G=21.61%
B=43.40%

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
Decimal2041262530.190.5000.01276.8596.9574.31
HexCC7EFD133201115614a
Octal314176375236201425141112
Binary11001100111111011111101100111100100110001010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EFD; }

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

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

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

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

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

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

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

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