Html Css Color HEX #C254DB Medium Orchid

📋 copy color: '#C254DB'

red 194 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #C254DB

Tints of Medium Orchid #C254DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.9%

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

R = 39.03%
G = 16.9%
B = 44.06%

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

#C254DB (or 0xC254DB) is known color: Medium Orchid. HEX triplet: C2, 54 and DB. RGB value is (194,84,219). Sum of RGB (Red+Green+Blue) = 194+84+219=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #C254DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254DB is #3DAB24. Grayscale: #838383. Windows color (decimal): -4041509 or 14374082. OLE color: 14374082.

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

Color convert

RGB 194 84 219 -
CMYK 0.11 0.62 0 0.14
HSL 288.89º 0.65% 0.59% -
HSV(B) 288.89º 0.62% 0.86% -
XYZ 38.2 22.92 69.43 -
YUV 132.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 194 84 219 0.11 0.62 0 0.14 288.89 0.65 0.59
Hex C2 54 DB B 3E 0 E 121 41 3B
Octal 302 124 333 13 76 0 16 441 101 73
Binary 11000010 1010100 11011011 1011 111110 0 1110 100100001 1000001 111011

Color Harmonies of #C254DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254DB

Black with #C254DB

Text Example


Text Example

White with #C254DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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