Html Css Color HEX #C254DD Medium Orchid

📋 copy color: '#C254DD'

red 194 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #C254DD

Tints of Medium Orchid #C254DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 38.88%
G = 16.83%
B = 44.29%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C254DD (or 0xC254DD) is known color: Medium Orchid. HEX triplet: C2, 54 and DD. RGB value is (194,84,221). Sum of RGB (Red+Green+Blue) = 194+84+221=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #C254DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254DD is #3DAB22. Grayscale: #848484. Windows color (decimal): -4041507 or 14505154. OLE color: 14505154.

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

Color convert

RGB 194 84 221 -
CMYK 0.12 0.62 0 0.13
HSL 288.18º 0.67% 0.6% -
HSV(B) 288.18º 0.62% 0.87% -
XYZ 38.47 23.03 70.82 -
YUV 132.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 194 84 221 0.12 0.62 0 0.13 288.18 0.67 0.6
Hex C2 54 DD C 3E 0 D 120 43 3C
Octal 302 124 335 14 76 0 15 440 103 74
Binary 11000010 1010100 11011101 1100 111110 0 1101 100100000 1000011 111100

Color Harmonies of #C254DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254DD

Black with #C254DD

Text Example


Text Example

White with #C254DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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