Html Css Color HEX #C06FE0 Medium Orchid

📋 copy color: '#C06FE0'

red 192 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #C06FE0

Tints of Medium Orchid #C06FE0

RGB

 RED value IS 192 (75.39% from 255) = 36.43%

 GREEN value IS 111 (43.75% from 255) = 21.06%

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 36.43%
G = 21.06%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C06FE0 (or 0xC06FE0) is known color: Medium Orchid. HEX triplet: C0, 6F and E0. RGB value is (192,111,224). Sum of RGB (Red+Green+Blue) = 192+111+224=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #C06FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FE0 is #3F901F. Grayscale: #939393. Windows color (decimal): -4165664 or 14708672. OLE color: 14708672.

HSL color Cylindrical-coordinate representation of color #C06FE0: hue angle of 283.01º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06FE0 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 111 224 -
CMYK 0.14 0.50 0 0.12
HSL 283.01º 0.65% 0.66% -
HSV(B) 283.01º 0.5% 0.88% -
XYZ 40.88 27.96 73.76 -
YUV 148.1 170.84 159.31 -
System Red Green Blue C M Y K H S L
Decimal 192 111 224 0.14 0.50 0 0.12 283.01 0.65 0.66
Hex C0 6F E0 E 32 0 C 11B 41 42
Octal 300 157 340 16 62 0 14 433 101 102
Binary 11000000 1101111 11100000 1110 110010 0 1100 100011011 1000001 1000010

Color Harmonies of #C06FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FE0

Black with #C06FE0

Text Example


Text Example

White with #C06FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FE0; }

 p { color: rgb(192,111,224); }

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

background-color css

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

 a { background-color: rgb(192,111,224); }

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

border-color css

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

 span { border-color: rgb(192,111,224); }

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