Html Css Color HEX #C06FD0 Medium Orchid

📋 copy color: '#C06FD0'

red 192 ◦ green 111 ◦ blue 208

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

Shades of Medium Orchid #C06FD0

Tints of Medium Orchid #C06FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 37.57%
G = 21.72%
B = 40.7%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C06FD0 (or 0xC06FD0) is known color: Medium Orchid. HEX triplet: C0, 6F and D0. RGB value is (192,111,208). Sum of RGB (Red+Green+Blue) = 192+111+208=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #C06FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FD0 is #3F902F. Grayscale: #919191. Windows color (decimal): -4165680 or 13660096. OLE color: 13660096.

HSL color Cylindrical-coordinate representation of color #C06FD0: hue angle of 290.1º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06FD0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 111 208 -
CMYK 0.08 0.47 0 0.18
HSL 290.1º 0.51% 0.63% -
HSV(B) 290.1º 0.47% 0.82% -
XYZ 38.81 27.13 62.87 -
YUV 146.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 192 111 208 0.08 0.47 0 0.18 290.1 0.51 0.63
Hex C0 6F D0 8 2F 0 12 122 33 3F
Octal 300 157 320 10 57 0 22 442 63 77
Binary 11000000 1101111 11010000 1000 101111 0 10010 100100010 110011 111111

Color Harmonies of #C06FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FD0

Black with #C06FD0

Text Example


Text Example

White with #C06FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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