#CC7BFA

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

Shades of Heliotrope #CC7BFA

Tints of Heliotrope #CC7BFA

Color information

#CC7BFA (or 0xCC7BFA) is unknown color: approx Heliotrope. HEX triplet: CC, 7B and FA. RGB value is (204,123,250). Sum of RGB (Red+Green+Blue) = 204+123+250=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BFA is #338405. Grayscale: #A1A1A1. Windows color (decimal): -3376134 or 16415692. OLE color: 16415692.

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

Color convert

RGB204123250-
CMYK0.180.5100.02
HSL278.27º92.7%73.14%-
HSV(B)278.27º50.8%98.04%-
XYZ49.2433.9194.39-
YUV161.7177.84158.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 123 (48.44% from 255) = 21.32%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=35.36%
G=21.32%
B=43.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041232500.180.5100.02278.2792.773.14
HexCC7BFA1233021165d49
Octal314173372226302426135111
Binary110011001111011111110101001011001101010001011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BFA; }

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

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

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

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

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

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

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

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