Html Css Color HEX #C25ACD Medium Orchid

📋 copy color: '#C25ACD'

red 194 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #C25ACD

Tints of Medium Orchid #C25ACD

RGB

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

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

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

R = 39.67%
G = 18.4%
B = 41.92%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C25ACD (or 0xC25ACD) is known color: Medium Orchid. HEX triplet: C2, 5A and CD. RGB value is (194,90,205). Sum of RGB (Red+Green+Blue) = 194+90+205=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #C25ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ACD is #3DA532. Grayscale: #858585. Windows color (decimal): -4039987 or 13458114. OLE color: 13458114.

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

Color convert

RGB 194 90 205 -
CMYK 0.05 0.56 0 0.20
HSL 294.26º 0.53% 0.58% -
HSV(B) 294.26º 0.56% 0.8% -
XYZ 36.92 23.19 60.29 -
YUV 134.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 194 90 205 0.05 0.56 0 0.20 294.26 0.53 0.58
Hex C2 5A CD 5 38 0 14 126 35 3A
Octal 302 132 315 5 70 0 24 446 65 72
Binary 11000010 1011010 11001101 101 111000 0 10100 100100110 110101 111010

Color Harmonies of #C25ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25ACD

Black with #C25ACD

Text Example


Text Example

White with #C25ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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