Html Css Color HEX #C270DE Medium Orchid

📋 copy color: '#C270DE'

red 194 ◦ green 112 ◦ blue 222

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

Shades of Medium Orchid #C270DE

Tints of Medium Orchid #C270DE

RGB

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

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

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

R = 36.74%
G = 21.21%
B = 42.05%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C270DE (or 0xC270DE) is known color: Medium Orchid. HEX triplet: C2, 70 and DE. RGB value is (194,112,222). Sum of RGB (Red+Green+Blue) = 194+112+222=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #C270DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270DE is #3D8F21. Grayscale: #949494. Windows color (decimal): -4034338 or 14577858. OLE color: 14577858.

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

Color convert

RGB 194 112 222 -
CMYK 0.13 0.50 0 0.13
HSL 284.73º 0.63% 0.65% -
HSV(B) 284.73º 0.5% 0.87% -
XYZ 41.23 28.33 72.4 -
YUV 149.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 194 112 222 0.13 0.50 0 0.13 284.73 0.63 0.65
Hex C2 70 DE D 32 0 D 11D 3E 41
Octal 302 160 336 15 62 0 15 435 76 101
Binary 11000010 1110000 11011110 1101 110010 0 1101 100011101 111110 1000001

Color Harmonies of #C270DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270DE

Black with #C270DE

Text Example


Text Example

White with #C270DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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