Html Css Color HEX #C250E4 Medium Orchid

📋 copy color: '#C250E4'

red 194 ◦ green 80 ◦ blue 228

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

Shades of Medium Orchid #C250E4

Tints of Medium Orchid #C250E4

RGB

 RED value IS 194 (76.17% from 255) = 38.65%

 GREEN value IS 80 (31.64% from 255) = 15.94%

 BLUE value IS 228 (89.45% from 255) = 45.42%

R = 38.65%
G = 15.94%
B = 45.42%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C250E4 (or 0xC250E4) is known color: Medium Orchid. HEX triplet: C2, 50 and E4. RGB value is (194,80,228). Sum of RGB (Red+Green+Blue) = 194+80+228=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #C250E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250E4 is #3DAF1B. Grayscale: #828282. Windows color (decimal): -4042524 or 14962882. OLE color: 14962882.

HSL color Cylindrical-coordinate representation of color #C250E4: hue angle of 286.22º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C250E4 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 80 228 -
CMYK 0.15 0.65 0 0.11
HSL 286.22º 0.73% 0.6% -
HSV(B) 286.22º 0.65% 0.89% -
XYZ 39.12 22.81 75.74 -
YUV 130.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 194 80 228 0.15 0.65 0 0.11 286.22 0.73 0.6
Hex C2 50 E4 F 41 0 B 11E 49 3C
Octal 302 120 344 17 101 0 13 436 111 74
Binary 11000010 1010000 11100100 1111 1000001 0 1011 100011110 1001001 111100

Color Harmonies of #C250E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250E4

Black with #C250E4

Text Example


Text Example

White with #C250E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250E4; }

 p { color: rgb(194,80,228); }

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

background-color css

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

 a { background-color: rgb(194,80,228); }

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

border-color css

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

 span { border-color: rgb(194,80,228); }

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