Html Css Color HEX #C274D9 Medium Orchid

📋 copy color: '#C274D9'

red 194 ◦ green 116 ◦ blue 217

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

Shades of Medium Orchid #C274D9

Tints of Medium Orchid #C274D9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.01%

 BLUE value IS 217 (85.16% from 255) = 41.18%

R = 36.81%
G = 22.01%
B = 41.18%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C274D9 (or 0xC274D9) is known color: Medium Orchid. HEX triplet: C2, 74 and D9. RGB value is (194,116,217). Sum of RGB (Red+Green+Blue) = 194+116+217=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #C274D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274D9 is #3D8B26. Grayscale: #969696. Windows color (decimal): -4033319 or 14251202. OLE color: 14251202.

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

Color convert

RGB 194 116 217 -
CMYK 0.11 0.47 0 0.15
HSL 286.34º 0.57% 0.65% -
HSV(B) 286.34º 0.47% 0.85% -
XYZ 41.02 28.97 69.08 -
YUV 150.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 194 116 217 0.11 0.47 0 0.15 286.34 0.57 0.65
Hex C2 74 D9 B 2F 0 F 11E 39 41
Octal 302 164 331 13 57 0 17 436 71 101
Binary 11000010 1110100 11011001 1011 101111 0 1111 100011110 111001 1000001

Color Harmonies of #C274D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274D9

Black with #C274D9

Text Example


Text Example

White with #C274D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274D9; }

 p { color: rgb(194,116,217); }

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

background-color css

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

 a { background-color: rgb(194,116,217); }

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

border-color css

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

 span { border-color: rgb(194,116,217); }

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