Html Css Color HEX #C25BD5 Medium Orchid

📋 copy color: '#C25BD5'

red 194 ◦ green 91 ◦ blue 213

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

Shades of Medium Orchid #C25BD5

Tints of Medium Orchid #C25BD5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.27%

 BLUE value IS 213 (83.59% from 255) = 42.77%

R = 38.96%
G = 18.27%
B = 42.77%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C25BD5 (or 0xC25BD5) is known color: Medium Orchid. HEX triplet: C2, 5B and D5. RGB value is (194,91,213). Sum of RGB (Red+Green+Blue) = 194+91+213=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #C25BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BD5 is #3DA42A. Grayscale: #878787. Windows color (decimal): -4039723 or 13982658. OLE color: 13982658.

HSL color Cylindrical-coordinate representation of color #C25BD5: hue angle of 290.66º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25BD5 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 91 213 -
CMYK 0.09 0.57 0 0.16
HSL 290.66º 0.59% 0.6% -
HSV(B) 290.66º 0.57% 0.84% -
XYZ 38 23.76 65.53 -
YUV 135.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 194 91 213 0.09 0.57 0 0.16 290.66 0.59 0.6
Hex C2 5B D5 9 39 0 10 123 3B 3C
Octal 302 133 325 11 71 0 20 443 73 74
Binary 11000010 1011011 11010101 1001 111001 0 10000 100100011 111011 111100

Color Harmonies of #C25BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25BD5

Black with #C25BD5

Text Example


Text Example

White with #C25BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25BD5; }

 p { color: rgb(194,91,213); }

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

background-color css

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

 a { background-color: rgb(194,91,213); }

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

border-color css

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

 span { border-color: rgb(194,91,213); }

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