Html Css Color HEX #C25DCD Medium Orchid

📋 copy color: '#C25DCD'

red 194 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #C25DCD

Tints of Medium Orchid #C25DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 39.43%
G = 18.9%
B = 41.67%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C25DCD (or 0xC25DCD) is known color: Medium Orchid. HEX triplet: C2, 5D and CD. RGB value is (194,93,205). Sum of RGB (Red+Green+Blue) = 194+93+205=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #C25DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DCD is #3DA232. Grayscale: #878787. Windows color (decimal): -4039219 or 13458882. OLE color: 13458882.

HSL color Cylindrical-coordinate representation of color #C25DCD: hue angle of 294.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25DCD is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 93 205 -
CMYK 0.05 0.55 0 0.20
HSL 294.11º 0.53% 0.58% -
HSV(B) 294.11º 0.55% 0.8% -
XYZ 37.18 23.71 60.37 -
YUV 135.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 194 93 205 0.05 0.55 0 0.20 294.11 0.53 0.58
Hex C2 5D CD 5 37 0 14 126 35 3A
Octal 302 135 315 5 67 0 24 446 65 72
Binary 11000010 1011101 11001101 101 110111 0 10100 100100110 110101 111010

Color Harmonies of #C25DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25DCD

Black with #C25DCD

Text Example


Text Example

White with #C25DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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