Html Css Color HEX #C254DA Medium Orchid

📋 copy color: '#C254DA'

red 194 ◦ green 84 ◦ blue 218

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

Shades of Medium Orchid #C254DA

Tints of Medium Orchid #C254DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 39.11%
G = 16.94%
B = 43.95%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C254DA (or 0xC254DA) is known color: Medium Orchid. HEX triplet: C2, 54 and DA. RGB value is (194,84,218). Sum of RGB (Red+Green+Blue) = 194+84+218=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #C254DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254DA is #3DAB25. Grayscale: #838383. Windows color (decimal): -4041510 or 14308546. OLE color: 14308546.

HSL color Cylindrical-coordinate representation of color #C254DA: hue angle of 289.25º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C254DA is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 84 218 -
CMYK 0.11 0.61 0 0.15
HSL 289.25º 0.64% 0.59% -
HSV(B) 289.25º 0.61% 0.85% -
XYZ 38.07 22.87 68.74 -
YUV 132.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 194 84 218 0.11 0.61 0 0.15 289.25 0.64 0.59
Hex C2 54 DA B 3D 0 F 121 40 3B
Octal 302 124 332 13 75 0 17 441 100 73
Binary 11000010 1010100 11011010 1011 111101 0 1111 100100001 1000000 111011

Color Harmonies of #C254DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254DA

Black with #C254DA

Text Example


Text Example

White with #C254DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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