Html Css Color HEX #C06FCF Medium Orchid

📋 copy color: '#C06FCF'

red 192 ◦ green 111 ◦ blue 207

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

Shades of Medium Orchid #C06FCF

Tints of Medium Orchid #C06FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 37.65%
G = 21.76%
B = 40.59%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C06FCF (or 0xC06FCF) is known color: Medium Orchid. HEX triplet: C0, 6F and CF. RGB value is (192,111,207). Sum of RGB (Red+Green+Blue) = 192+111+207=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #C06FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FCF is #3F9030. Grayscale: #919191. Windows color (decimal): -4165681 or 13594560. OLE color: 13594560.

HSL color Cylindrical-coordinate representation of color #C06FCF: hue angle of 290.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06FCF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 111 207 -
CMYK 0.07 0.46 0 0.19
HSL 290.63º 0.5% 0.62% -
HSV(B) 290.63º 0.46% 0.81% -
XYZ 38.69 27.08 62.22 -
YUV 146.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 192 111 207 0.07 0.46 0 0.19 290.63 0.5 0.62
Hex C0 6F CF 7 2E 0 13 123 32 3E
Octal 300 157 317 7 56 0 23 443 62 76
Binary 11000000 1101111 11001111 111 101110 0 10011 100100011 110010 111110

Color Harmonies of #C06FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FCF

Black with #C06FCF

Text Example


Text Example

White with #C06FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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