Html Css Color HEX #C271DE Medium Orchid

📋 copy color: '#C271DE'

red 194 ◦ green 113 ◦ blue 222

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

Shades of Medium Orchid #C271DE

Tints of Medium Orchid #C271DE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.36%

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 36.67%
G = 21.36%
B = 41.97%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C271DE (or 0xC271DE) is known color: Medium Orchid. HEX triplet: C2, 71 and DE. RGB value is (194,113,222). Sum of RGB (Red+Green+Blue) = 194+113+222=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #C271DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271DE is #3D8E21. Grayscale: #959595. Windows color (decimal): -4034082 or 14578114. OLE color: 14578114.

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

Color convert

RGB 194 113 222 -
CMYK 0.13 0.49 0 0.13
HSL 284.59º 0.62% 0.66% -
HSV(B) 284.59º 0.49% 0.87% -
XYZ 41.34 28.55 72.44 -
YUV 149.65 168.84 159.64 -
System Red Green Blue C M Y K H S L
Decimal 194 113 222 0.13 0.49 0 0.13 284.59 0.62 0.66
Hex C2 71 DE D 31 0 D 11D 3E 42
Octal 302 161 336 15 61 0 15 435 76 102
Binary 11000010 1110001 11011110 1101 110001 0 1101 100011101 111110 1000010

Color Harmonies of #C271DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271DE

Black with #C271DE

Text Example


Text Example

White with #C271DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271DE; }

 p { color: rgb(194,113,222); }

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

background-color css

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

 a { background-color: rgb(194,113,222); }

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

border-color css

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

 span { border-color: rgb(194,113,222); }

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