Html Css Color HEX #CC7AF1 Heliotrope

📋 copy color: '#CC7AF1'

red 204 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #CC7AF1

Tints of Heliotrope #CC7AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.5%

R = 35.98%
G = 21.52%
B = 42.5%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC7AF1 (or 0xCC7AF1) is known color: Heliotrope. HEX triplet: CC, 7A and F1. RGB value is (204,122,241). Sum of RGB (Red+Green+Blue) = 204+122+241=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC7AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7AF1 is #33850E. Grayscale: #9F9F9F. Windows color (decimal): -3376399 or 15825612. OLE color: 15825612.

HSL color Cylindrical-coordinate representation of color #CC7AF1: hue angle of 281.34º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC7AF1 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 122 241 -
CMYK 0.15 0.49 0 0.05
HSL 281.34º 0.81% 0.71% -
HSV(B) 281.34º 0.49% 0.95% -
XYZ 47.74 33.11 87.09 -
YUV 160.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 204 122 241 0.15 0.49 0 0.05 281.34 0.81 0.71
Hex CC 7A F1 F 31 0 5 119 51 47
Octal 314 172 361 17 61 0 5 431 121 107
Binary 11001100 1111010 11110001 1111 110001 0 101 100011001 1010001 1000111

Color Harmonies of #CC7AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7AF1

Black with #CC7AF1

Text Example


Text Example

White with #CC7AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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