Html Css Color HEX #C250EA Medium Orchid

📋 copy color: '#C250EA'

red 194 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #C250EA

Tints of Medium Orchid #C250EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 38.19%
G = 15.75%
B = 46.06%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C250EA (or 0xC250EA) is known color: Medium Orchid. HEX triplet: C2, 50 and EA. RGB value is (194,80,234). Sum of RGB (Red+Green+Blue) = 194+80+234=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #C250EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C250EA is #3DAF15. Grayscale: #838383. Windows color (decimal): -4042518 or 15356098. OLE color: 15356098.

HSL color Cylindrical-coordinate representation of color #C250EA: hue angle of 284.42º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C250EA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 80 234 -
CMYK 0.17 0.66 0 0.08
HSL 284.42º 0.79% 0.62% -
HSV(B) 284.42º 0.66% 0.92% -
XYZ 39.97 23.15 80.2 -
YUV 131.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 194 80 234 0.17 0.66 0 0.08 284.42 0.79 0.62
Hex C2 50 EA 11 42 0 8 11C 4F 3E
Octal 302 120 352 21 102 0 10 434 117 76
Binary 11000010 1010000 11101010 10001 1000010 0 1000 100011100 1001111 111110

Color Harmonies of #C250EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250EA

Black with #C250EA

Text Example


Text Example

White with #C250EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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