Html Css Color HEX #C25DCF Medium Orchid

📋 copy color: '#C25DCF'

red 194 ◦ green 93 ◦ blue 207

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

Shades of Medium Orchid #C25DCF

Tints of Medium Orchid #C25DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.83%

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

R = 39.27%
G = 18.83%
B = 41.9%

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

#C25DCF (or 0xC25DCF) is known color: Medium Orchid. HEX triplet: C2, 5D and CF. RGB value is (194,93,207). Sum of RGB (Red+Green+Blue) = 194+93+207=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #C25DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DCF is #3DA230. Grayscale: #878787. Windows color (decimal): -4039217 or 13589954. OLE color: 13589954.

HSL color Cylindrical-coordinate representation of color #C25DCF: hue angle of 293.16º 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 #C25DCF is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 93 207 -
CMYK 0.06 0.55 0 0.19
HSL 293.16º 0.54% 0.59% -
HSV(B) 293.16º 0.55% 0.81% -
XYZ 37.42 23.8 61.65 -
YUV 136.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 194 93 207 0.06 0.55 0 0.19 293.16 0.54 0.59
Hex C2 5D CF 6 37 0 13 125 36 3B
Octal 302 135 317 6 67 0 23 445 66 73
Binary 11000010 1011101 11001111 110 110111 0 10011 100100101 110110 111011

Color Harmonies of #C25DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25DCF

Black with #C25DCF

Text Example


Text Example

White with #C25DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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