Html Css Color HEX #C882F8 Heliotrope

📋 copy color: '#C882F8'

red 200 ◦ green 130 ◦ blue 248

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

Shades of Heliotrope #C882F8

Tints of Heliotrope #C882F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.91%

R = 34.6%
G = 22.49%
B = 42.91%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C882F8 (or 0xC882F8) is known color: Heliotrope. HEX triplet: C8, 82 and F8. RGB value is (200,130,248). Sum of RGB (Red+Green+Blue) = 200+130+248=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #C882F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882F8 is #377D07. Grayscale: #A3A3A3. Windows color (decimal): -3636488 or 16286408. OLE color: 16286408.

HSL color Cylindrical-coordinate representation of color #C882F8: hue angle of 275.59º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C882F8 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 200 130 248 -
CMYK 0.19 0.48 0 0.03
HSL 275.59º 0.89% 0.74% -
HSV(B) 275.59º 0.48% 0.97% -
XYZ 48.75 35.02 93 -
YUV 164.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 200 130 248 0.19 0.48 0 0.03 275.59 0.89 0.74
Hex C8 82 F8 13 30 0 3 114 59 4A
Octal 310 202 370 23 60 0 3 424 131 112
Binary 11001000 10000010 11111000 10011 110000 0 11 100010100 1011001 1001010

Color Harmonies of #C882F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882F8

Black with #C882F8

Text Example


Text Example

White with #C882F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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