Html Css Color HEX #C06FDF Medium Orchid

📋 copy color: '#C06FDF'

red 192 ◦ green 111 ◦ blue 223

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

Shades of Medium Orchid #C06FDF

Tints of Medium Orchid #C06FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 36.5%
G = 21.1%
B = 42.4%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C06FDF (or 0xC06FDF) is known color: Medium Orchid. HEX triplet: C0, 6F and DF. RGB value is (192,111,223). Sum of RGB (Red+Green+Blue) = 192+111+223=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #C06FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FDF is #3F9020. Grayscale: #939393. Windows color (decimal): -4165665 or 14643136. OLE color: 14643136.

HSL color Cylindrical-coordinate representation of color #C06FDF: hue angle of 283.39º degrees, saturation: 0.64, 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 #C06FDF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 111 223 -
CMYK 0.14 0.50 0 0.13
HSL 283.39º 0.64% 0.65% -
HSV(B) 283.39º 0.5% 0.87% -
XYZ 40.74 27.9 73.05 -
YUV 147.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 192 111 223 0.14 0.50 0 0.13 283.39 0.64 0.65
Hex C0 6F DF E 32 0 D 11B 40 41
Octal 300 157 337 16 62 0 15 433 100 101
Binary 11000000 1101111 11011111 1110 110010 0 1101 100011011 1000000 1000001

Color Harmonies of #C06FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FDF

Black with #C06FDF

Text Example


Text Example

White with #C06FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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