Html Css Color HEX #C882FF Heliotrope

📋 copy color: '#C882FF'

red 200 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #C882FF

Tints of Heliotrope #C882FF

RGB

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

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

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

R = 34.19%
G = 22.22%
B = 43.59%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C882FF (or 0xC882FF) is known color: Heliotrope. HEX triplet: C8, 82 and FF. RGB value is (200,130,255). Sum of RGB (Red+Green+Blue) = 200+130+255=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C882FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882FF is #377D00. Grayscale: #A4A4A4. Windows color (decimal): -3636481 or 16745160. OLE color: 16745160.

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

Color convert

RGB 200 130 255 -
CMYK 0.22 0.49 0 0
HSL 273.6º 1% 0.75% -
HSV(B) 273.6º 0.49% 1% -
XYZ 49.85 35.46 98.83 -
YUV 165.18 178.69 152.84 -
System Red Green Blue C M Y K H S L
Decimal 200 130 255 0.22 0.49 0 0 273.6 1 0.75
Hex C8 82 FF 16 31 0 0 112 64 4B
Octal 310 202 377 26 61 0 0 422 144 113
Binary 11001000 10000010 11111111 10110 110001 0 0 100010010 1100100 1001011

Color Harmonies of #C882FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882FF

Black with #C882FF

Text Example


Text Example

White with #C882FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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