Html Css Color HEX #C880EF Heliotrope

📋 copy color: '#C880EF'

red 200 ◦ green 128 ◦ blue 239

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

Shades of Heliotrope #C880EF

Tints of Heliotrope #C880EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 35.27%
G = 22.57%
B = 42.15%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C880EF (or 0xC880EF) is known color: Heliotrope. HEX triplet: C8, 80 and EF. RGB value is (200,128,239). Sum of RGB (Red+Green+Blue) = 200+128+239=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #C880EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880EF is #377F10. Grayscale: #A1A1A1. Windows color (decimal): -3637009 or 15696072. OLE color: 15696072.

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

Color convert

RGB 200 128 239 -
CMYK 0.16 0.46 0 0.06
HSL 278.92º 0.78% 0.72% -
HSV(B) 278.92º 0.46% 0.94% -
XYZ 47.12 33.95 85.73 -
YUV 162.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 200 128 239 0.16 0.46 0 0.06 278.92 0.78 0.72
Hex C8 80 EF 10 2E 0 6 117 4E 48
Octal 310 200 357 20 56 0 6 427 116 110
Binary 11001000 10000000 11101111 10000 101110 0 110 100010111 1001110 1001000

Color Harmonies of #C880EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880EF

Black with #C880EF

Text Example


Text Example

White with #C880EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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