Html Css Color HEX #CC7AF5 Heliotrope

📋 copy color: '#CC7AF5'

red 204 ◦ green 122 ◦ blue 245

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

Shades of Heliotrope #CC7AF5

Tints of Heliotrope #CC7AF5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.37%

 BLUE value IS 245 (96.09% from 255) = 42.91%

R = 35.73%
G = 21.37%
B = 42.91%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC7AF5 (or 0xCC7AF5) is known color: Heliotrope. HEX triplet: CC, 7A and F5. RGB value is (204,122,245). Sum of RGB (Red+Green+Blue) = 204+122+245=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC7AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7AF5 is #33850A. Grayscale: #A0A0A0. Windows color (decimal): -3376395 or 16087756. OLE color: 16087756.

HSL color Cylindrical-coordinate representation of color #CC7AF5: hue angle of 280º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7AF5 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 122 245 -
CMYK 0.17 0.50 0 0.04
HSL 280º 0.86% 0.72% -
HSV(B) 280º 0.5% 0.96% -
XYZ 48.34 33.35 90.28 -
YUV 160.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 204 122 245 0.17 0.50 0 0.04 280 0.86 0.72
Hex CC 7A F5 11 32 0 4 118 56 48
Octal 314 172 365 21 62 0 4 430 126 110
Binary 11001100 1111010 11110101 10001 110010 0 100 100011000 1010110 1001000

Color Harmonies of #CC7AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AF5

Black with #CC7AF5

Text Example


Text Example

White with #CC7AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AF5; }

 p { color: rgb(204,122,245); }

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

background-color css

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

 a { background-color: rgb(204,122,245); }

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

border-color css

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

 span { border-color: rgb(204,122,245); }

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