Html Css Color HEX #C25CD0 Medium Orchid

📋 copy color: '#C25CD0'

red 194 ◦ green 92 ◦ blue 208

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

Shades of Medium Orchid #C25CD0

Tints of Medium Orchid #C25CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 39.27%
G = 18.62%
B = 42.11%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C25CD0 (or 0xC25CD0) is known color: Medium Orchid. HEX triplet: C2, 5C and D0. RGB value is (194,92,208). Sum of RGB (Red+Green+Blue) = 194+92+208=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #C25CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CD0 is #3DA32F. Grayscale: #878787. Windows color (decimal): -4039472 or 13655234. OLE color: 13655234.

HSL color Cylindrical-coordinate representation of color #C25CD0: hue angle of 292.76º degrees, saturation: 0.55, 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 #C25CD0 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 92 208 -
CMYK 0.07 0.56 0 0.18
HSL 292.76º 0.55% 0.59% -
HSV(B) 292.76º 0.56% 0.82% -
XYZ 37.46 23.68 62.27 -
YUV 135.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 194 92 208 0.07 0.56 0 0.18 292.76 0.55 0.59
Hex C2 5C D0 7 38 0 12 125 37 3B
Octal 302 134 320 7 70 0 22 445 67 73
Binary 11000010 1011100 11010000 111 111000 0 10010 100100101 110111 111011

Color Harmonies of #C25CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CD0

Black with #C25CD0

Text Example


Text Example

White with #C25CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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