Html Css Color HEX #C250D0 Medium Orchid

📋 copy color: '#C250D0'

red 194 ◦ green 80 ◦ blue 208

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

Shades of Medium Orchid #C250D0

Tints of Medium Orchid #C250D0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.6%

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

R = 40.25%
G = 16.6%
B = 43.15%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C250D0 (or 0xC250D0) is known color: Medium Orchid. HEX triplet: C2, 50 and D0. RGB value is (194,80,208). Sum of RGB (Red+Green+Blue) = 194+80+208=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #C250D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250D0 is #3DAF2F. Grayscale: #808080. Windows color (decimal): -4042544 or 13652162. OLE color: 13652162.

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

Color convert

RGB 194 80 208 -
CMYK 0.07 0.62 0 0.18
HSL 293.44º 0.58% 0.56% -
HSV(B) 293.44º 0.62% 0.82% -
XYZ 36.5 21.76 61.95 -
YUV 128.68 172.77 174.59 -
System Red Green Blue C M Y K H S L
Decimal 194 80 208 0.07 0.62 0 0.18 293.44 0.58 0.56
Hex C2 50 D0 7 3E 0 12 125 3A 38
Octal 302 120 320 7 76 0 22 445 72 70
Binary 11000010 1010000 11010000 111 111110 0 10010 100100101 111010 111000

Color Harmonies of #C250D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250D0

Black with #C250D0

Text Example


Text Example

White with #C250D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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