Html Css Color HEX #C276FD Heliotrope

📋 copy color: '#C276FD'

red 194 ◦ green 118 ◦ blue 253

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

Shades of Heliotrope #C276FD

Tints of Heliotrope #C276FD

RGB

 RED value IS 194 (76.17% from 255) = 34.34%

 GREEN value IS 118 (46.48% from 255) = 20.88%

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 34.34%
G = 20.88%
B = 44.78%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C276FD (or 0xC276FD) is known color: Heliotrope. HEX triplet: C2, 76 and FD. RGB value is (194,118,253). Sum of RGB (Red+Green+Blue) = 194+118+253=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #C276FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C276FD is #3D8902. Grayscale: #9B9B9B. Windows color (decimal): -4032771 or 16611010. OLE color: 16611010.

HSL color Cylindrical-coordinate representation of color #C276FD: hue angle of 273.78º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C276FD is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 118 253 -
CMYK 0.23 0.53 0 0.01
HSL 273.78º 0.97% 0.73% -
HSV(B) 273.78º 0.53% 0.99% -
XYZ 46.46 31.52 96.56 -
YUV 156.11 182.68 155.02 -
System Red Green Blue C M Y K H S L
Decimal 194 118 253 0.23 0.53 0 0.01 273.78 0.97 0.73
Hex C2 76 FD 17 35 0 1 112 61 49
Octal 302 166 375 27 65 0 1 422 141 111
Binary 11000010 1110110 11111101 10111 110101 0 1 100010010 1100001 1001001

Color Harmonies of #C276FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276FD

Black with #C276FD

Text Example


Text Example

White with #C276FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276FD; }

 p { color: rgb(194,118,253); }

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

background-color css

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

 a { background-color: rgb(194,118,253); }

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

border-color css

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

 span { border-color: rgb(194,118,253); }

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