Html Css Color HEX #C270DD Medium Orchid

📋 copy color: '#C270DD'

red 194 ◦ green 112 ◦ blue 221

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

Shades of Medium Orchid #C270DD

Tints of Medium Orchid #C270DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.25%

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

R = 36.81%
G = 21.25%
B = 41.94%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C270DD (or 0xC270DD) is known color: Medium Orchid. HEX triplet: C2, 70 and DD. RGB value is (194,112,221). Sum of RGB (Red+Green+Blue) = 194+112+221=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C270DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270DD is #3D8F22. Grayscale: #949494. Windows color (decimal): -4034339 or 14512322. OLE color: 14512322.

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

Color convert

RGB 194 112 221 -
CMYK 0.12 0.49 0 0.13
HSL 285.14º 0.62% 0.65% -
HSV(B) 285.14º 0.49% 0.87% -
XYZ 41.09 28.28 71.7 -
YUV 148.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 194 112 221 0.12 0.49 0 0.13 285.14 0.62 0.65
Hex C2 70 DD C 31 0 D 11D 3E 41
Octal 302 160 335 14 61 0 15 435 76 101
Binary 11000010 1110000 11011101 1100 110001 0 1101 100011101 111110 1000001

Color Harmonies of #C270DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270DD

Black with #C270DD

Text Example


Text Example

White with #C270DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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