Html Css Color HEX #C270DB Medium Orchid

📋 copy color: '#C270DB'

red 194 ◦ green 112 ◦ blue 219

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

Shades of Medium Orchid #C270DB

Tints of Medium Orchid #C270DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 36.95%
G = 21.33%
B = 41.71%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C270DB (or 0xC270DB) is known color: Medium Orchid. HEX triplet: C2, 70 and DB. RGB value is (194,112,219). Sum of RGB (Red+Green+Blue) = 194+112+219=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #C270DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270DB is #3D8F24. Grayscale: #949494. Windows color (decimal): -4034341 or 14381250. OLE color: 14381250.

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

Color convert

RGB 194 112 219 -
CMYK 0.11 0.49 0 0.14
HSL 285.98º 0.6% 0.65% -
HSV(B) 285.98º 0.49% 0.86% -
XYZ 40.83 28.17 70.3 -
YUV 148.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 194 112 219 0.11 0.49 0 0.14 285.98 0.6 0.65
Hex C2 70 DB B 31 0 E 11E 3C 41
Octal 302 160 333 13 61 0 16 436 74 101
Binary 11000010 1110000 11011011 1011 110001 0 1110 100011110 111100 1000001

Color Harmonies of #C270DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270DB

Black with #C270DB

Text Example


Text Example

White with #C270DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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