Html Css Color HEX #C76AFA Heliotrope

📋 copy color: '#C76AFA'

red 199 ◦ green 106 ◦ blue 250

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

Shades of Heliotrope #C76AFA

Tints of Heliotrope #C76AFA

RGB

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

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

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

R = 35.86%
G = 19.1%
B = 45.05%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C76AFA (or 0xC76AFA) is known color: Heliotrope. HEX triplet: C7, 6A and FA. RGB value is (199,106,250). Sum of RGB (Red+Green+Blue) = 199+106+250=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #C76AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76AFA is #389505. Grayscale: #959595. Windows color (decimal): -3708166 or 16411335. OLE color: 16411335.

HSL color Cylindrical-coordinate representation of color #C76AFA: hue angle of 278.75º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C76AFA is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 106 250 -
CMYK 0.20 0.58 0 0.02
HSL 278.75º 0.94% 0.7% -
HSV(B) 278.75º 0.58% 0.98% -
XYZ 45.96 29.35 93.69 -
YUV 150.22 184.31 162.79 -
System Red Green Blue C M Y K H S L
Decimal 199 106 250 0.20 0.58 0 0.02 278.75 0.94 0.7
Hex C7 6A FA 14 3A 0 2 117 5E 46
Octal 307 152 372 24 72 0 2 427 136 106
Binary 11000111 1101010 11111010 10100 111010 0 10 100010111 1011110 1000110

Color Harmonies of #C76AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AFA

Black with #C76AFA

Text Example


Text Example

White with #C76AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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