Html Css Color HEX #CC7FFA Heliotrope

📋 copy color: '#CC7FFA'

red 204 ◦ green 127 ◦ blue 250

#CC7FFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CC7FFA

Tints of Heliotrope #CC7FFA

RGB

 RED value IS 204 (80.08% from 255) = 35.11%

 GREEN value IS 127 (50% from 255) = 21.86%

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 35.11%
G = 21.86%
B = 43.03%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC7FFA (or 0xCC7FFA) is known color: Heliotrope. HEX triplet: CC, 7F and FA. RGB value is (204,127,250). Sum of RGB (Red+Green+Blue) = 204+127+250=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC7FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FFA is #338005. Grayscale: #A3A3A3. Windows color (decimal): -3375110 or 16416716. OLE color: 16416716.

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

Color convert

RGB 204 127 250 -
CMYK 0.18 0.49 0 0.02
HSL 277.56º 0.92% 0.74% -
HSV(B) 277.56º 0.49% 0.98% -
XYZ 49.75 34.92 94.56 -
YUV 164.05 176.51 156.5 -
System Red Green Blue C M Y K H S L
Decimal 204 127 250 0.18 0.49 0 0.02 277.56 0.92 0.74
Hex CC 7F FA 12 31 0 2 116 5C 4A
Octal 314 177 372 22 61 0 2 426 134 112
Binary 11001100 1111111 11111010 10010 110001 0 10 100010110 1011100 1001010

Color Harmonies of #CC7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FFA

Black with #CC7FFA

Text Example


Text Example

White with #CC7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FFA; }

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

 H1.HeaderClassName
 {
   color: #CC7FFA;
 }
 .AnyTagClassName
 {
   color: #CC7FFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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