Html Css Color HEX #C76AF2 Heliotrope

📋 copy color: '#C76AF2'

red 199 ◦ green 106 ◦ blue 242

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

Shades of Heliotrope #C76AF2

Tints of Heliotrope #C76AF2

RGB

 RED value IS 199 (78.13% from 255) = 36.38%

 GREEN value IS 106 (41.8% from 255) = 19.38%

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

R = 36.38%
G = 19.38%
B = 44.24%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C76AF2 (or 0xC76AF2) is known color: Heliotrope. HEX triplet: C7, 6A and F2. RGB value is (199,106,242). Sum of RGB (Red+Green+Blue) = 199+106+242=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #C76AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76AF2 is #38950D. Grayscale: #949494. Windows color (decimal): -3708174 or 15887047. OLE color: 15887047.

HSL color Cylindrical-coordinate representation of color #C76AF2: hue angle of 281.03º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C76AF2 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 106 242 -
CMYK 0.18 0.56 0 0.05
HSL 281.03º 0.84% 0.68% -
HSV(B) 281.03º 0.56% 0.95% -
XYZ 44.73 28.86 87.22 -
YUV 149.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 199 106 242 0.18 0.56 0 0.05 281.03 0.84 0.68
Hex C7 6A F2 12 38 0 5 119 54 44
Octal 307 152 362 22 70 0 5 431 124 104
Binary 11000111 1101010 11110010 10010 111000 0 101 100011001 1010100 1000100

Color Harmonies of #C76AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AF2

Black with #C76AF2

Text Example


Text Example

White with #C76AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AF2; }

 p { color: rgb(199,106,242); }

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

background-color css

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

 a { background-color: rgb(199,106,242); }

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

border-color css

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

 span { border-color: rgb(199,106,242); }

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