Html Css Color HEX #C25FED Medium Orchid

📋 copy color: '#C25FED'

red 194 ◦ green 95 ◦ blue 237

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

Shades of Medium Orchid #C25FED

Tints of Medium Orchid #C25FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.06%

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

R = 36.88%
G = 18.06%
B = 45.06%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C25FED (or 0xC25FED) is known color: Medium Orchid. HEX triplet: C2, 5F and ED. RGB value is (194,95,237). Sum of RGB (Red+Green+Blue) = 194+95+237=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #C25FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FED is #3DA012. Grayscale: #8C8C8C. Windows color (decimal): -4038675 or 15556546. OLE color: 15556546.

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

Color convert

RGB 194 95 237 -
CMYK 0.18 0.60 0 0.07
HSL 281.83º 0.8% 0.65% -
HSV(B) 281.83º 0.6% 0.93% -
XYZ 41.63 25.77 82.9 -
YUV 140.79 182.3 165.95 -
System Red Green Blue C M Y K H S L
Decimal 194 95 237 0.18 0.60 0 0.07 281.83 0.8 0.65
Hex C2 5F ED 12 3C 0 7 11A 50 41
Octal 302 137 355 22 74 0 7 432 120 101
Binary 11000010 1011111 11101101 10010 111100 0 111 100011010 1010000 1000001

Color Harmonies of #C25FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FED

Black with #C25FED

Text Example


Text Example

White with #C25FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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