Html Css Color HEX #C880FE Heliotrope

📋 copy color: '#C880FE'

red 200 ◦ green 128 ◦ blue 254

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

Shades of Heliotrope #C880FE

Tints of Heliotrope #C880FE

RGB

 RED value IS 200 (78.52% from 255) = 34.36%

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

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 34.36%
G = 21.99%
B = 43.64%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C880FE (or 0xC880FE) is known color: Heliotrope. HEX triplet: C8, 80 and FE. RGB value is (200,128,254). Sum of RGB (Red+Green+Blue) = 200+128+254=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #C880FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880FE is #377F01. Grayscale: #A3A3A3. Windows color (decimal): -3636994 or 16679112. OLE color: 16679112.

HSL color Cylindrical-coordinate representation of color #C880FE: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C880FE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 128 254 -
CMYK 0.21 0.50 0 0.00
HSL 274.29º 0.98% 0.75% -
HSV(B) 274.29º 0.5% 1% -
XYZ 49.43 34.87 97.89 -
YUV 163.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 200 128 254 0.21 0.50 0 0.00 274.29 0.98 0.75
Hex C8 80 FE 15 32 0 0 112 62 4B
Octal 310 200 376 25 62 0 0 422 142 113
Binary 11001000 10000000 11111110 10101 110010 0 0 100010010 1100010 1001011

Color Harmonies of #C880FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880FE

Black with #C880FE

Text Example


Text Example

White with #C880FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880FE; }

 p { color: rgb(200,128,254); }

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

background-color css

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

 a { background-color: rgb(200,128,254); }

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

border-color css

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

 span { border-color: rgb(200,128,254); }

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