Html Css Color HEX #C251EA Medium Orchid

📋 copy color: '#C251EA'

red 194 ◦ green 81 ◦ blue 234

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

Shades of Medium Orchid #C251EA

Tints of Medium Orchid #C251EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.91%

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

R = 38.11%
G = 15.91%
B = 45.97%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C251EA (or 0xC251EA) is known color: Medium Orchid. HEX triplet: C2, 51 and EA. RGB value is (194,81,234). Sum of RGB (Red+Green+Blue) = 194+81+234=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #C251EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251EA is #3DAE15. Grayscale: #838383. Windows color (decimal): -4042262 or 15356354. OLE color: 15356354.

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

Color convert

RGB 194 81 234 -
CMYK 0.17 0.65 0 0.08
HSL 284.31º 0.78% 0.62% -
HSV(B) 284.31º 0.65% 0.92% -
XYZ 40.04 23.29 80.23 -
YUV 132.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 194 81 234 0.17 0.65 0 0.08 284.31 0.78 0.62
Hex C2 51 EA 11 41 0 8 11C 4E 3E
Octal 302 121 352 21 101 0 10 434 116 76
Binary 11000010 1010001 11101010 10001 1000001 0 1000 100011100 1001110 111110

Color Harmonies of #C251EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251EA

Black with #C251EA

Text Example


Text Example

White with #C251EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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