Html Css Color HEX #C274DC Medium Orchid

📋 copy color: '#C274DC'

red 194 ◦ green 116 ◦ blue 220

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

Shades of Medium Orchid #C274DC

Tints of Medium Orchid #C274DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 36.6%
G = 21.89%
B = 41.51%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C274DC (or 0xC274DC) is known color: Medium Orchid. HEX triplet: C2, 74 and DC. RGB value is (194,116,220). Sum of RGB (Red+Green+Blue) = 194+116+220=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #C274DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274DC is #3D8B23. Grayscale: #969696. Windows color (decimal): -4033316 or 14447810. OLE color: 14447810.

HSL color Cylindrical-coordinate representation of color #C274DC: hue angle of 285º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C274DC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 116 220 -
CMYK 0.12 0.47 0 0.14
HSL 285º 0.6% 0.66% -
HSV(B) 285º 0.47% 0.86% -
XYZ 41.41 29.13 71.15 -
YUV 151.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 194 116 220 0.12 0.47 0 0.14 285 0.6 0.66
Hex C2 74 DC C 2F 0 E 11D 3C 42
Octal 302 164 334 14 57 0 16 435 74 102
Binary 11000010 1110100 11011100 1100 101111 0 1110 100011101 111100 1000010

Color Harmonies of #C274DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274DC

Black with #C274DC

Text Example


Text Example

White with #C274DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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