Html Css Color HEX #C254DE Medium Orchid

📋 copy color: '#C254DE'

red 194 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #C254DE

Tints of Medium Orchid #C254DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 38.8%
G = 16.8%
B = 44.4%

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

#C254DE (or 0xC254DE) is known color: Medium Orchid. HEX triplet: C2, 54 and DE. RGB value is (194,84,222). Sum of RGB (Red+Green+Blue) = 194+84+222=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #C254DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254DE is #3DAB21. Grayscale: #848484. Windows color (decimal): -4041506 or 14570690. OLE color: 14570690.

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

Color convert

RGB 194 84 222 -
CMYK 0.13 0.62 0 0.13
HSL 287.83º 0.68% 0.6% -
HSV(B) 287.83º 0.62% 0.87% -
XYZ 38.6 23.08 71.53 -
YUV 132.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 194 84 222 0.13 0.62 0 0.13 287.83 0.68 0.6
Hex C2 54 DE D 3E 0 D 120 44 3C
Octal 302 124 336 15 76 0 15 440 104 74
Binary 11000010 1010100 11011110 1101 111110 0 1101 100100000 1000100 111100

Color Harmonies of #C254DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254DE

Black with #C254DE

Text Example


Text Example

White with #C254DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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