Html Css Color HEX #C886FE Heliotrope

📋 copy color: '#C886FE'

red 200 ◦ green 134 ◦ blue 254

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

Shades of Heliotrope #C886FE

Tints of Heliotrope #C886FE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.79%

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 34.01%
G = 22.79%
B = 43.2%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C886FE (or 0xC886FE) is known color: Heliotrope. HEX triplet: C8, 86 and FE. RGB value is (200,134,254). Sum of RGB (Red+Green+Blue) = 200+134+254=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #C886FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C886FE is #377901. Grayscale: #A7A7A7. Windows color (decimal): -3635458 or 16680648. OLE color: 16680648.

HSL color Cylindrical-coordinate representation of color #C886FE: hue angle of 273º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C886FE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 134 254 -
CMYK 0.21 0.47 0 0.00
HSL 273º 0.98% 0.76% -
HSV(B) 273º 0.47% 1% -
XYZ 50.23 36.49 98.16 -
YUV 167.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 200 134 254 0.21 0.47 0 0.00 273 0.98 0.76
Hex C8 86 FE 15 2F 0 0 111 62 4C
Octal 310 206 376 25 57 0 0 421 142 114
Binary 11001000 10000110 11111110 10101 101111 0 0 100010001 1100010 1001100

Color Harmonies of #C886FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886FE

Black with #C886FE

Text Example


Text Example

White with #C886FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886FE; }

 p { color: rgb(200,134,254); }

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

background-color css

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

 a { background-color: rgb(200,134,254); }

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

border-color css

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

 span { border-color: rgb(200,134,254); }

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