Html Css Color HEX #C253DB Medium Orchid

📋 copy color: '#C253DB'

red 194 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #C253DB

Tints of Medium Orchid #C253DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.73%

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

R = 39.11%
G = 16.73%
B = 44.15%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C253DB (or 0xC253DB) is known color: Medium Orchid. HEX triplet: C2, 53 and DB. RGB value is (194,83,219). Sum of RGB (Red+Green+Blue) = 194+83+219=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #C253DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253DB is #3DAC24. Grayscale: #838383. Windows color (decimal): -4041765 or 14373826. OLE color: 14373826.

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

Color convert

RGB 194 83 219 -
CMYK 0.11 0.62 0 0.14
HSL 288.97º 0.65% 0.59% -
HSV(B) 288.97º 0.62% 0.86% -
XYZ 38.13 22.77 69.4 -
YUV 131.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 194 83 219 0.11 0.62 0 0.14 288.97 0.65 0.59
Hex C2 53 DB B 3E 0 E 121 41 3B
Octal 302 123 333 13 76 0 16 441 101 73
Binary 11000010 1010011 11011011 1011 111110 0 1110 100100001 1000001 111011

Color Harmonies of #C253DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C253DB

Black with #C253DB

Text Example


Text Example

White with #C253DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C253DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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