Html Css Color HEX #C844F2 Medium Orchid

📋 copy color: '#C844F2'

red 200 ◦ green 68 ◦ blue 242

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

Shades of Medium Orchid #C844F2

Tints of Medium Orchid #C844F2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.33%

 BLUE value IS 242 (94.92% from 255) = 47.45%

R = 39.22%
G = 13.33%
B = 47.45%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C844F2 (or 0xC844F2) is known color: Medium Orchid. HEX triplet: C8, 44 and F2. RGB value is (200,68,242). Sum of RGB (Red+Green+Blue) = 200+68+242=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #C844F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C844F2 is #37BB0D. Grayscale: #7E7E7E. Windows color (decimal): -3652366 or 15877320. OLE color: 15877320.

HSL color Cylindrical-coordinate representation of color #C844F2: hue angle of 285.52º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C844F2 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 68 242 -
CMYK 0.17 0.72 0 0.05
HSL 285.52º 0.87% 0.61% -
HSV(B) 285.52º 0.72% 0.95% -
XYZ 41.91 22.82 86.2 -
YUV 127.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 200 68 242 0.17 0.72 0 0.05 285.52 0.87 0.61
Hex C8 44 F2 11 48 0 5 11E 57 3D
Octal 310 104 362 21 110 0 5 436 127 75
Binary 11001000 1000100 11110010 10001 1001000 0 101 100011110 1010111 111101

Color Harmonies of #C844F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C844F2

Black with #C844F2

Text Example


Text Example

White with #C844F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C844F2; }

 p { color: rgb(200,68,242); }

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

background-color css

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

 a { background-color: rgb(200,68,242); }

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

border-color css

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

 span { border-color: rgb(200,68,242); }

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