Html Css Color HEX #C271DA Medium Orchid

📋 copy color: '#C271DA'

red 194 ◦ green 113 ◦ blue 218

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

Shades of Medium Orchid #C271DA

Tints of Medium Orchid #C271DA

RGB

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

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

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

R = 36.95%
G = 21.52%
B = 41.52%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C271DA (or 0xC271DA) is known color: Medium Orchid. HEX triplet: C2, 71 and DA. RGB value is (194,113,218). Sum of RGB (Red+Green+Blue) = 194+113+218=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #C271DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271DA is #3D8E25. Grayscale: #949494. Windows color (decimal): -4034086 or 14315970. OLE color: 14315970.

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

Color convert

RGB 194 113 218 -
CMYK 0.11 0.48 0 0.15
HSL 286.29º 0.59% 0.65% -
HSV(B) 286.29º 0.48% 0.85% -
XYZ 40.81 28.34 69.65 -
YUV 149.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 194 113 218 0.11 0.48 0 0.15 286.29 0.59 0.65
Hex C2 71 DA B 30 0 F 11E 3B 41
Octal 302 161 332 13 60 0 17 436 73 101
Binary 11000010 1110001 11011010 1011 110000 0 1111 100011110 111011 1000001

Color Harmonies of #C271DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271DA

Black with #C271DA

Text Example


Text Example

White with #C271DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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