Html Css Color HEX #C254DF Medium Orchid

📋 copy color: '#C254DF'

red 194 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #C254DF

Tints of Medium Orchid #C254DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 38.72%
G = 16.77%
B = 44.51%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C254DF (or 0xC254DF) is known color: Medium Orchid. HEX triplet: C2, 54 and DF. RGB value is (194,84,223). Sum of RGB (Red+Green+Blue) = 194+84+223=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C254DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254DF is #3DAB20. Grayscale: #848484. Windows color (decimal): -4041505 or 14636226. OLE color: 14636226.

HSL color Cylindrical-coordinate representation of color #C254DF: hue angle of 287.48º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C254DF is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 84 223 -
CMYK 0.13 0.62 0 0.13
HSL 287.48º 0.68% 0.6% -
HSV(B) 287.48º 0.62% 0.87% -
XYZ 38.74 23.14 72.24 -
YUV 132.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 194 84 223 0.13 0.62 0 0.13 287.48 0.68 0.6
Hex C2 54 DF D 3E 0 D 11F 44 3C
Octal 302 124 337 15 76 0 15 437 104 74
Binary 11000010 1010100 11011111 1101 111110 0 1101 100011111 1000100 111100

Color Harmonies of #C254DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254DF

Black with #C254DF

Text Example


Text Example

White with #C254DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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