Html Css Color HEX #C842FE Medium Orchid

📋 copy color: '#C842FE'

red 200 ◦ green 66 ◦ blue 254

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

Shades of Medium Orchid #C842FE

Tints of Medium Orchid #C842FE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.69%

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

R = 38.46%
G = 12.69%
B = 48.85%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C842FE (or 0xC842FE) is known color: Medium Orchid. HEX triplet: C8, 42 and FE. RGB value is (200,66,254). Sum of RGB (Red+Green+Blue) = 200+66+254=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #C842FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842FE is #37BD01. Grayscale: #7E7E7E. Windows color (decimal): -3652866 or 16663240. OLE color: 16663240.

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

Color convert

RGB 200 66 254 -
CMYK 0.21 0.74 0 0.00
HSL 282.77º 0.99% 0.63% -
HSV(B) 282.77º 0.74% 1% -
XYZ 43.66 23.33 95.97 -
YUV 127.5 199.39 179.71 -
System Red Green Blue C M Y K H S L
Decimal 200 66 254 0.21 0.74 0 0.00 282.77 0.99 0.63
Hex C8 42 FE 15 4A 0 0 11B 63 3F
Octal 310 102 376 25 112 0 0 433 143 77
Binary 11001000 1000010 11111110 10101 1001010 0 0 100011011 1100011 111111

Color Harmonies of #C842FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842FE

Black with #C842FE

Text Example


Text Example

White with #C842FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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