Html Css Color HEX #C882F0 Heliotrope

📋 copy color: '#C882F0'

red 200 ◦ green 130 ◦ blue 240

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

Shades of Heliotrope #C882F0

Tints of Heliotrope #C882F0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.81%

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

R = 35.09%
G = 22.81%
B = 42.11%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C882F0 (or 0xC882F0) is known color: Heliotrope. HEX triplet: C8, 82 and F0. RGB value is (200,130,240). Sum of RGB (Red+Green+Blue) = 200+130+240=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #C882F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882F0 is #377D0F. Grayscale: #A3A3A3. Windows color (decimal): -3636496 or 15762120. OLE color: 15762120.

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

Color convert

RGB 200 130 240 -
CMYK 0.17 0.46 0 0.06
HSL 278.18º 0.79% 0.73% -
HSV(B) 278.18º 0.46% 0.94% -
XYZ 47.53 34.54 86.6 -
YUV 163.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 200 130 240 0.17 0.46 0 0.06 278.18 0.79 0.73
Hex C8 82 F0 11 2E 0 6 116 4F 49
Octal 310 202 360 21 56 0 6 426 117 111
Binary 11001000 10000010 11110000 10001 101110 0 110 100010110 1001111 1001001

Color Harmonies of #C882F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882F0

Black with #C882F0

Text Example


Text Example

White with #C882F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882F0; }

 p { color: rgb(200,130,240); }

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

background-color css

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

 a { background-color: rgb(200,130,240); }

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

border-color css

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

 span { border-color: rgb(200,130,240); }

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