Html Css Color HEX #C272DD Medium Orchid

📋 copy color: '#C272DD'

red 194 ◦ green 114 ◦ blue 221

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

Shades of Medium Orchid #C272DD

Tints of Medium Orchid #C272DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.55%

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

R = 36.67%
G = 21.55%
B = 41.78%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C272DD (or 0xC272DD) is known color: Medium Orchid. HEX triplet: C2, 72 and DD. RGB value is (194,114,221). Sum of RGB (Red+Green+Blue) = 194+114+221=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C272DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272DD is #3D8D22. Grayscale: #959595. Windows color (decimal): -4033827 or 14512834. OLE color: 14512834.

HSL color Cylindrical-coordinate representation of color #C272DD: hue angle of 284.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C272DD is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 114 221 -
CMYK 0.12 0.48 0 0.13
HSL 284.86º 0.61% 0.66% -
HSV(B) 284.86º 0.48% 0.87% -
XYZ 41.32 28.72 71.77 -
YUV 150.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 194 114 221 0.12 0.48 0 0.13 284.86 0.61 0.66
Hex C2 72 DD C 30 0 D 11D 3D 42
Octal 302 162 335 14 60 0 15 435 75 102
Binary 11000010 1110010 11011101 1100 110000 0 1101 100011101 111101 1000010

Color Harmonies of #C272DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272DD

Black with #C272DD

Text Example


Text Example

White with #C272DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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