Html Css Color HEX #C25ADC Medium Orchid

📋 copy color: '#C25ADC'

red 194 ◦ green 90 ◦ blue 220

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

Shades of Medium Orchid #C25ADC

Tints of Medium Orchid #C25ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 38.49%
G = 17.86%
B = 43.65%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C25ADC (or 0xC25ADC) is known color: Medium Orchid. HEX triplet: C2, 5A and DC. RGB value is (194,90,220). Sum of RGB (Red+Green+Blue) = 194+90+220=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #C25ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ADC is #3DA523. Grayscale: #878787. Windows color (decimal): -4039972 or 14441154. OLE color: 14441154.

HSL color Cylindrical-coordinate representation of color #C25ADC: hue angle of 288º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25ADC is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 90 220 -
CMYK 0.12 0.59 0 0.14
HSL 288º 0.65% 0.61% -
HSV(B) 288º 0.59% 0.86% -
XYZ 38.82 23.95 70.29 -
YUV 135.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 194 90 220 0.12 0.59 0 0.14 288 0.65 0.61
Hex C2 5A DC C 3B 0 E 120 41 3D
Octal 302 132 334 14 73 0 16 440 101 75
Binary 11000010 1011010 11011100 1100 111011 0 1110 100100000 1000001 111101

Color Harmonies of #C25ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25ADC

Black with #C25ADC

Text Example


Text Example

White with #C25ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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