Html Css Color HEX #C25ED0 Medium Orchid

📋 copy color: '#C25ED0'

red 194 ◦ green 94 ◦ blue 208

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

Shades of Medium Orchid #C25ED0

Tints of Medium Orchid #C25ED0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.95%

 BLUE value IS 208 (81.64% from 255) = 41.94%

R = 39.11%
G = 18.95%
B = 41.94%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C25ED0 (or 0xC25ED0) is known color: Medium Orchid. HEX triplet: C2, 5E and D0. RGB value is (194,94,208). Sum of RGB (Red+Green+Blue) = 194+94+208=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #C25ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ED0 is #3DA12F. Grayscale: #888888. Windows color (decimal): -4038960 or 13655746. OLE color: 13655746.

HSL color Cylindrical-coordinate representation of color #C25ED0: hue angle of 292.63º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25ED0 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 94 208 -
CMYK 0.07 0.55 0 0.18
HSL 292.63º 0.55% 0.59% -
HSV(B) 292.63º 0.55% 0.82% -
XYZ 37.64 24.03 62.33 -
YUV 136.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 194 94 208 0.07 0.55 0 0.18 292.63 0.55 0.59
Hex C2 5E D0 7 37 0 12 125 37 3B
Octal 302 136 320 7 67 0 22 445 67 73
Binary 11000010 1011110 11010000 111 110111 0 10010 100100101 110111 111011

Color Harmonies of #C25ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25ED0

Black with #C25ED0

Text Example


Text Example

White with #C25ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25ED0; }

 p { color: rgb(194,94,208); }

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

background-color css

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

 a { background-color: rgb(194,94,208); }

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

border-color css

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

 span { border-color: rgb(194,94,208); }

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