Html Css Color HEX #C850FE Heliotrope

📋 copy color: '#C850FE'

red 200 ◦ green 80 ◦ blue 254

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

Shades of Heliotrope #C850FE

Tints of Heliotrope #C850FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.98%

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

R = 37.45%
G = 14.98%
B = 47.57%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C850FE (or 0xC850FE) is known color: Heliotrope. HEX triplet: C8, 50 and FE. RGB value is (200,80,254). Sum of RGB (Red+Green+Blue) = 200+80+254=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #C850FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850FE is #37AF01. Grayscale: #878787. Windows color (decimal): -3649282 or 16666824. OLE color: 16666824.

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

Color convert

RGB 200 80 254 -
CMYK 0.21 0.69 0 0.00
HSL 281.38º 0.99% 0.65% -
HSV(B) 281.38º 0.69% 1% -
XYZ 44.58 25.17 96.28 -
YUV 135.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 200 80 254 0.21 0.69 0 0.00 281.38 0.99 0.65
Hex C8 50 FE 15 45 0 0 119 63 41
Octal 310 120 376 25 105 0 0 431 143 101
Binary 11001000 1010000 11111110 10101 1000101 0 0 100011001 1100011 1000001

Color Harmonies of #C850FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850FE

Black with #C850FE

Text Example


Text Example

White with #C850FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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