Html Css Color HEX #C880FF Heliotrope

📋 copy color: '#C880FF'

red 200 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #C880FF

Tints of Heliotrope #C880FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.74%

R = 34.31%
G = 21.96%
B = 43.74%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C880FF (or 0xC880FF) is known color: Heliotrope. HEX triplet: C8, 80 and FF. RGB value is (200,128,255). Sum of RGB (Red+Green+Blue) = 200+128+255=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #C880FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880FF is #377F00. Grayscale: #A3A3A3. Windows color (decimal): -3636993 or 16744648. OLE color: 16744648.

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

Color convert

RGB 200 128 255 -
CMYK 0.22 0.50 0 0
HSL 274.02º 1% 0.75% -
HSV(B) 274.02º 0.5% 1% -
XYZ 49.59 34.94 98.74 -
YUV 164.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 200 128 255 0.22 0.50 0 0 274.02 1 0.75
Hex C8 80 FF 16 32 0 0 112 64 4B
Octal 310 200 377 26 62 0 0 422 144 113
Binary 11001000 10000000 11111111 10110 110010 0 0 100010010 1100100 1001011

Color Harmonies of #C880FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880FF

Black with #C880FF

Text Example


Text Example

White with #C880FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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