Html Css Color HEX #C830F1 Medium Orchid

📋 copy color: '#C830F1'

red 200 ◦ green 48 ◦ blue 241

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

Shades of Medium Orchid #C830F1

Tints of Medium Orchid #C830F1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.82%

 BLUE value IS 241 (94.53% from 255) = 49.28%

R = 40.9%
G = 9.82%
B = 49.28%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C830F1 (or 0xC830F1) is known color: Medium Orchid. HEX triplet: C8, 30 and F1. RGB value is (200,48,241). Sum of RGB (Red+Green+Blue) = 200+48+241=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #C830F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830F1 is #37CF0E. Grayscale: #727272. Windows color (decimal): -3657487 or 15806664. OLE color: 15806664.

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

Color convert

RGB 200 48 241 -
CMYK 0.17 0.80 0 0.05
HSL 287.25º 0.87% 0.57% -
HSV(B) 287.25º 0.8% 0.95% -
XYZ 40.75 20.74 85.08 -
YUV 115.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 200 48 241 0.17 0.80 0 0.05 287.25 0.87 0.57
Hex C8 30 F1 11 50 0 5 11F 57 39
Octal 310 60 361 21 120 0 5 437 127 71
Binary 11001000 110000 11110001 10001 1010000 0 101 100011111 1010111 111001

Color Harmonies of #C830F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830F1

Black with #C830F1

Text Example


Text Example

White with #C830F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830F1; }

 p { color: rgb(200,48,241); }

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

background-color css

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

 a { background-color: rgb(200,48,241); }

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

border-color css

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

 span { border-color: rgb(200,48,241); }

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