Html Css Color HEX #C842FC Medium Orchid

📋 copy color: '#C842FC'

red 200 ◦ green 66 ◦ blue 252

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

Shades of Medium Orchid #C842FC

Tints of Medium Orchid #C842FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 38.61%
G = 12.74%
B = 48.65%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C842FC (or 0xC842FC) is known color: Medium Orchid. HEX triplet: C8, 42 and FC. RGB value is (200,66,252). Sum of RGB (Red+Green+Blue) = 200+66+252=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #C842FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842FC is #37BD03. Grayscale: #7E7E7E. Windows color (decimal): -3652868 or 16532168. OLE color: 16532168.

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

Color convert

RGB 200 66 252 -
CMYK 0.21 0.74 0 0.01
HSL 283.23º 0.97% 0.62% -
HSV(B) 283.23º 0.74% 0.99% -
XYZ 43.34 23.2 94.29 -
YUV 127.27 198.39 179.88 -
System Red Green Blue C M Y K H S L
Decimal 200 66 252 0.21 0.74 0 0.01 283.23 0.97 0.62
Hex C8 42 FC 15 4A 0 1 11B 61 3E
Octal 310 102 374 25 112 0 1 433 141 76
Binary 11001000 1000010 11111100 10101 1001010 0 1 100011011 1100001 111110

Color Harmonies of #C842FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842FC

Black with #C842FC

Text Example


Text Example

White with #C842FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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