Html Css Color HEX #CC7AF2 Heliotrope

📋 copy color: '#CC7AF2'

red 204 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #CC7AF2

Tints of Heliotrope #CC7AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.61%

R = 35.92%
G = 21.48%
B = 42.61%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC7AF2 (or 0xCC7AF2) is known color: Heliotrope. HEX triplet: CC, 7A and F2. RGB value is (204,122,242). Sum of RGB (Red+Green+Blue) = 204+122+242=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC7AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7AF2 is #33850D. Grayscale: #9F9F9F. Windows color (decimal): -3376398 or 15891148. OLE color: 15891148.

HSL color Cylindrical-coordinate representation of color #CC7AF2: hue angle of 281º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7AF2 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 122 242 -
CMYK 0.16 0.50 0 0.05
HSL 281º 0.82% 0.71% -
HSV(B) 281º 0.5% 0.95% -
XYZ 47.89 33.17 87.88 -
YUV 160.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 204 122 242 0.16 0.50 0 0.05 281 0.82 0.71
Hex CC 7A F2 10 32 0 5 119 52 47
Octal 314 172 362 20 62 0 5 431 122 107
Binary 11001100 1111010 11110010 10000 110010 0 101 100011001 1010010 1000111

Color Harmonies of #CC7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AF2

Black with #CC7AF2

Text Example


Text Example

White with #CC7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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