Html Css Color HEX #C882EE Heliotrope

📋 copy color: '#C882EE'

red 200 ◦ green 130 ◦ blue 238

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

Shades of Heliotrope #C882EE

Tints of Heliotrope #C882EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 35.21%
G = 22.89%
B = 41.9%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C882EE (or 0xC882EE) is known color: Heliotrope. HEX triplet: C8, 82 and EE. RGB value is (200,130,238). Sum of RGB (Red+Green+Blue) = 200+130+238=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #C882EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882EE is #377D11. Grayscale: #A2A2A2. Windows color (decimal): -3636498 or 15631048. OLE color: 15631048.

HSL color Cylindrical-coordinate representation of color #C882EE: hue angle of 278.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C882EE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 130 238 -
CMYK 0.16 0.45 0 0.07
HSL 278.89º 0.76% 0.72% -
HSV(B) 278.89º 0.45% 0.93% -
XYZ 47.23 34.42 85.04 -
YUV 163.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 200 130 238 0.16 0.45 0 0.07 278.89 0.76 0.72
Hex C8 82 EE 10 2D 0 7 117 4C 48
Octal 310 202 356 20 55 0 7 427 114 110
Binary 11001000 10000010 11101110 10000 101101 0 111 100010111 1001100 1001000

Color Harmonies of #C882EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882EE

Black with #C882EE

Text Example


Text Example

White with #C882EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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