Html Css Color HEX #C25ECF Medium Orchid

📋 copy color: '#C25ECF'

red 194 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #C25ECF

Tints of Medium Orchid #C25ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 39.19%
G = 18.99%
B = 41.82%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C25ECF (or 0xC25ECF) is known color: Medium Orchid. HEX triplet: C2, 5E and CF. RGB value is (194,94,207). Sum of RGB (Red+Green+Blue) = 194+94+207=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #C25ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ECF is #3DA130. Grayscale: #888888. Windows color (decimal): -4038961 or 13590210. OLE color: 13590210.

HSL color Cylindrical-coordinate representation of color #C25ECF: hue angle of 293.1º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25ECF is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 94 207 -
CMYK 0.06 0.55 0 0.19
HSL 293.1º 0.54% 0.59% -
HSV(B) 293.1º 0.55% 0.81% -
XYZ 37.51 23.98 61.68 -
YUV 136.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 194 94 207 0.06 0.55 0 0.19 293.1 0.54 0.59
Hex C2 5E CF 6 37 0 13 125 36 3B
Octal 302 136 317 6 67 0 23 445 66 73
Binary 11000010 1011110 11001111 110 110111 0 10011 100100101 110110 111011

Color Harmonies of #C25ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25ECF

Black with #C25ECF

Text Example


Text Example

White with #C25ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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