Html Css Color HEX #C254ED Medium Orchid

📋 copy color: '#C254ED'

red 194 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #C254ED

Tints of Medium Orchid #C254ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.31%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 37.67%
G = 16.31%
B = 46.02%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C254ED (or 0xC254ED) is known color: Medium Orchid. HEX triplet: C2, 54 and ED. RGB value is (194,84,237). Sum of RGB (Red+Green+Blue) = 194+84+237=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #C254ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C254ED is #3DAB12. Grayscale: #858585. Windows color (decimal): -4041491 or 15553730. OLE color: 15553730.

HSL color Cylindrical-coordinate representation of color #C254ED: hue angle of 283.14º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C254ED is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 84 237 -
CMYK 0.18 0.65 0 0.07
HSL 283.14º 0.81% 0.63% -
HSV(B) 283.14º 0.65% 0.93% -
XYZ 40.7 23.92 82.59 -
YUV 134.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 194 84 237 0.18 0.65 0 0.07 283.14 0.81 0.63
Hex C2 54 ED 12 41 0 7 11B 51 3F
Octal 302 124 355 22 101 0 7 433 121 77
Binary 11000010 1010100 11101101 10010 1000001 0 111 100011011 1010001 111111

Color Harmonies of #C254ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254ED

Black with #C254ED

Text Example


Text Example

White with #C254ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254ED; }

 p { color: rgb(194,84,237); }

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

background-color css

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

 a { background-color: rgb(194,84,237); }

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

border-color css

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

 span { border-color: rgb(194,84,237); }

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