Html Css Color HEX #C280F0 Heliotrope

📋 copy color: '#C280F0'

red 194 ◦ green 128 ◦ blue 240

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

Shades of Heliotrope #C280F0

Tints of Heliotrope #C280F0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.78%

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 34.52%
G = 22.78%
B = 42.7%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C280F0 (or 0xC280F0) is known color: Heliotrope. HEX triplet: C2, 80 and F0. RGB value is (194,128,240). Sum of RGB (Red+Green+Blue) = 194+128+240=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #C280F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280F0 is #3D7F0F. Grayscale: #A0A0A0. Windows color (decimal): -4030224 or 15761602. OLE color: 15761602.

HSL color Cylindrical-coordinate representation of color #C280F0: hue angle of 275.36º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C280F0 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 128 240 -
CMYK 0.19 0.47 0 0.06
HSL 275.36º 0.79% 0.72% -
HSV(B) 275.36º 0.47% 0.94% -
XYZ 45.7 33.2 86.44 -
YUV 160.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 194 128 240 0.19 0.47 0 0.06 275.36 0.79 0.72
Hex C2 80 F0 13 2F 0 6 113 4F 48
Octal 302 200 360 23 57 0 6 423 117 110
Binary 11000010 10000000 11110000 10011 101111 0 110 100010011 1001111 1001000

Color Harmonies of #C280F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280F0

Black with #C280F0

Text Example


Text Example

White with #C280F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280F0; }

 p { color: rgb(194,128,240); }

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

background-color css

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

 a { background-color: rgb(194,128,240); }

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

border-color css

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

 span { border-color: rgb(194,128,240); }

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