Html Css Color HEX #C25AD0 Medium Orchid

📋 copy color: '#C25AD0'

red 194 ◦ green 90 ◦ blue 208

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

Shades of Medium Orchid #C25AD0

Tints of Medium Orchid #C25AD0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.29%

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

R = 39.43%
G = 18.29%
B = 42.28%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C25AD0 (or 0xC25AD0) is known color: Medium Orchid. HEX triplet: C2, 5A and D0. RGB value is (194,90,208). Sum of RGB (Red+Green+Blue) = 194+90+208=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #C25AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AD0 is #3DA52F. Grayscale: #868686. Windows color (decimal): -4039984 or 13654722. OLE color: 13654722.

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

Color convert

RGB 194 90 208 -
CMYK 0.07 0.57 0 0.18
HSL 292.88º 0.56% 0.58% -
HSV(B) 292.88º 0.57% 0.82% -
XYZ 37.29 23.34 62.21 -
YUV 134.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 194 90 208 0.07 0.57 0 0.18 292.88 0.56 0.58
Hex C2 5A D0 7 39 0 12 125 38 3A
Octal 302 132 320 7 71 0 22 445 70 72
Binary 11000010 1011010 11010000 111 111001 0 10010 100100101 111000 111010

Color Harmonies of #C25AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AD0

Black with #C25AD0

Text Example


Text Example

White with #C25AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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