Html Css Color HEX #C842FB Medium Orchid

📋 copy color: '#C842FB'

red 200 ◦ green 66 ◦ blue 251

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

Shades of Medium Orchid #C842FB

Tints of Medium Orchid #C842FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 38.68%
G = 12.77%
B = 48.55%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C842FB (or 0xC842FB) is known color: Medium Orchid. HEX triplet: C8, 42 and FB. RGB value is (200,66,251). Sum of RGB (Red+Green+Blue) = 200+66+251=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #C842FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842FB is #37BD04. Grayscale: #7E7E7E. Windows color (decimal): -3652869 or 16466632. OLE color: 16466632.

HSL color Cylindrical-coordinate representation of color #C842FB: hue angle of 283.46º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C842FB is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 66 251 -
CMYK 0.20 0.74 0 0.02
HSL 283.46º 0.96% 0.62% -
HSV(B) 283.46º 0.74% 0.98% -
XYZ 43.18 23.14 93.46 -
YUV 127.16 197.89 179.96 -
System Red Green Blue C M Y K H S L
Decimal 200 66 251 0.20 0.74 0 0.02 283.46 0.96 0.62
Hex C8 42 FB 14 4A 0 2 11B 60 3E
Octal 310 102 373 24 112 0 2 433 140 76
Binary 11001000 1000010 11111011 10100 1001010 0 10 100011011 1100000 111110

Color Harmonies of #C842FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842FB

Black with #C842FB

Text Example


Text Example

White with #C842FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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