Html Css Color HEX #C882ED Heliotrope

📋 copy color: '#C882ED'

red 200 ◦ green 130 ◦ blue 237

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

Shades of Heliotrope #C882ED

Tints of Heliotrope #C882ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 35.27%
G = 22.93%
B = 41.8%

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

#C882ED (or 0xC882ED) is known color: Heliotrope. HEX triplet: C8, 82 and ED. RGB value is (200,130,237). Sum of RGB (Red+Green+Blue) = 200+130+237=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #C882ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C882ED is #377D12. Grayscale: #A2A2A2. Windows color (decimal): -3636499 or 15565512. OLE color: 15565512.

HSL color Cylindrical-coordinate representation of color #C882ED: hue angle of 279.25º degrees, saturation: 0.75, 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 #C882ED is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 130 237 -
CMYK 0.16 0.45 0 0.07
HSL 279.25º 0.75% 0.72% -
HSV(B) 279.25º 0.45% 0.93% -
XYZ 47.09 34.36 84.27 -
YUV 163.13 169.69 154.3 -
System Red Green Blue C M Y K H S L
Decimal 200 130 237 0.16 0.45 0 0.07 279.25 0.75 0.72
Hex C8 82 ED 10 2D 0 7 117 4B 48
Octal 310 202 355 20 55 0 7 427 113 110
Binary 11001000 10000010 11101101 10000 101101 0 111 100010111 1001011 1001000

Color Harmonies of #C882ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882ED

Black with #C882ED

Text Example


Text Example

White with #C882ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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