Html Css Color HEX #C280FD Heliotrope

📋 copy color: '#C280FD'

red 194 ◦ green 128 ◦ blue 253

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

Shades of Heliotrope #C280FD

Tints of Heliotrope #C280FD

RGB

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

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

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

R = 33.74%
G = 22.26%
B = 44%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C280FD (or 0xC280FD) is known color: Heliotrope. HEX triplet: C2, 80 and FD. RGB value is (194,128,253). Sum of RGB (Red+Green+Blue) = 194+128+253=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #C280FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C280FD is #3D7F02. Grayscale: #A1A1A1. Windows color (decimal): -4030211 or 16613570. OLE color: 16613570.

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

Color convert

RGB 194 128 253 -
CMYK 0.23 0.49 0 0.01
HSL 271.68º 0.97% 0.75% -
HSV(B) 271.68º 0.49% 0.99% -
XYZ 47.7 34 96.98 -
YUV 161.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 194 128 253 0.23 0.49 0 0.01 271.68 0.97 0.75
Hex C2 80 FD 17 31 0 1 110 61 4B
Octal 302 200 375 27 61 0 1 420 141 113
Binary 11000010 10000000 11111101 10111 110001 0 1 100010000 1100001 1001011

Color Harmonies of #C280FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280FD

Black with #C280FD

Text Example


Text Example

White with #C280FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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