Html Css Color HEX #C25DD2 Medium Orchid

📋 copy color: '#C25DD2'

red 194 ◦ green 93 ◦ blue 210

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

Shades of Medium Orchid #C25DD2

Tints of Medium Orchid #C25DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.25%

R = 39.03%
G = 18.71%
B = 42.25%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C25DD2 (or 0xC25DD2) is known color: Medium Orchid. HEX triplet: C2, 5D and D2. RGB value is (194,93,210). Sum of RGB (Red+Green+Blue) = 194+93+210=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #C25DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DD2 is #3DA22D. Grayscale: #888888. Windows color (decimal): -4039214 or 13786562. OLE color: 13786562.

HSL color Cylindrical-coordinate representation of color #C25DD2: hue angle of 291.79º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25DD2 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 93 210 -
CMYK 0.08 0.56 0 0.18
HSL 291.79º 0.57% 0.59% -
HSV(B) 291.79º 0.56% 0.82% -
XYZ 37.8 23.95 63.6 -
YUV 136.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 194 93 210 0.08 0.56 0 0.18 291.79 0.57 0.59
Hex C2 5D D2 8 38 0 12 124 39 3B
Octal 302 135 322 10 70 0 22 444 71 73
Binary 11000010 1011101 11010010 1000 111000 0 10010 100100100 111001 111011

Color Harmonies of #C25DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25DD2

Black with #C25DD2

Text Example


Text Example

White with #C25DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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