Html Css Color HEX #C25CD8 Medium Orchid

📋 copy color: '#C25CD8'

red 194 ◦ green 92 ◦ blue 216

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

Shades of Medium Orchid #C25CD8

Tints of Medium Orchid #C25CD8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.33%

 BLUE value IS 216 (84.77% from 255) = 43.03%

R = 38.65%
G = 18.33%
B = 43.03%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C25CD8 (or 0xC25CD8) is known color: Medium Orchid. HEX triplet: C2, 5C and D8. RGB value is (194,92,216). Sum of RGB (Red+Green+Blue) = 194+92+216=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #C25CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CD8 is #3DA327. Grayscale: #888888. Windows color (decimal): -4039464 or 14179522. OLE color: 14179522.

HSL color Cylindrical-coordinate representation of color #C25CD8: hue angle of 289.35º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25CD8 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 92 216 -
CMYK 0.10 0.57 0 0.15
HSL 289.35º 0.61% 0.6% -
HSV(B) 289.35º 0.57% 0.85% -
XYZ 38.47 24.08 67.59 -
YUV 136.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 194 92 216 0.10 0.57 0 0.15 289.35 0.61 0.6
Hex C2 5C D8 A 39 0 F 121 3D 3C
Octal 302 134 330 12 71 0 17 441 75 74
Binary 11000010 1011100 11011000 1010 111001 0 1111 100100001 111101 111100

Color Harmonies of #C25CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CD8

Black with #C25CD8

Text Example


Text Example

White with #C25CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CD8; }

 p { color: rgb(194,92,216); }

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

background-color css

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

 a { background-color: rgb(194,92,216); }

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

border-color css

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

 span { border-color: rgb(194,92,216); }

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