Html Css Color HEX #C25ADB Medium Orchid

📋 copy color: '#C25ADB'

red 194 ◦ green 90 ◦ blue 219

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

Shades of Medium Orchid #C25ADB

Tints of Medium Orchid #C25ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 38.57%
G = 17.89%
B = 43.54%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C25ADB (or 0xC25ADB) is known color: Medium Orchid. HEX triplet: C2, 5A and DB. RGB value is (194,90,219). Sum of RGB (Red+Green+Blue) = 194+90+219=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #C25ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ADB is #3DA524. Grayscale: #878787. Windows color (decimal): -4039973 or 14375618. OLE color: 14375618.

HSL color Cylindrical-coordinate representation of color #C25ADB: hue angle of 288.37º degrees, saturation: 0.64, 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 #C25ADB is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 90 219 -
CMYK 0.11 0.59 0 0.14
HSL 288.37º 0.64% 0.61% -
HSV(B) 288.37º 0.59% 0.86% -
XYZ 38.69 23.9 69.59 -
YUV 135.8 174.96 169.51 -
System Red Green Blue C M Y K H S L
Decimal 194 90 219 0.11 0.59 0 0.14 288.37 0.64 0.61
Hex C2 5A DB B 3B 0 E 120 40 3D
Octal 302 132 333 13 73 0 16 440 100 75
Binary 11000010 1011010 11011011 1011 111011 0 1110 100100000 1000000 111101

Color Harmonies of #C25ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25ADB

Black with #C25ADB

Text Example


Text Example

White with #C25ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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