Html Css Color HEX #C254CD Medium Orchid

📋 copy color: '#C254CD'

red 194 ◦ green 84 ◦ blue 205

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

Shades of Medium Orchid #C254CD

Tints of Medium Orchid #C254CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 40.17%
G = 17.39%
B = 42.44%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C254CD (or 0xC254CD) is known color: Medium Orchid. HEX triplet: C2, 54 and CD. RGB value is (194,84,205). Sum of RGB (Red+Green+Blue) = 194+84+205=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #C254CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254CD is #3DAB32. Grayscale: #828282. Windows color (decimal): -4041523 or 13456578. OLE color: 13456578.

HSL color Cylindrical-coordinate representation of color #C254CD: hue angle of 294.55º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C254CD is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 84 205 -
CMYK 0.05 0.59 0 0.20
HSL 294.55º 0.55% 0.57% -
HSV(B) 294.55º 0.59% 0.8% -
XYZ 36.44 22.22 60.13 -
YUV 130.68 169.94 173.16 -
System Red Green Blue C M Y K H S L
Decimal 194 84 205 0.05 0.59 0 0.20 294.55 0.55 0.57
Hex C2 54 CD 5 3B 0 14 127 37 39
Octal 302 124 315 5 73 0 24 447 67 71
Binary 11000010 1010100 11001101 101 111011 0 10100 100100111 110111 111001

Color Harmonies of #C254CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254CD

Black with #C254CD

Text Example


Text Example

White with #C254CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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