Html Css Color HEX #C06FCE Medium Orchid

📋 copy color: '#C06FCE'

red 192 ◦ green 111 ◦ blue 206

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

Shades of Medium Orchid #C06FCE

Tints of Medium Orchid #C06FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 37.72%
G = 21.81%
B = 40.47%

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

#C06FCE (or 0xC06FCE) is known color: Medium Orchid. HEX triplet: C0, 6F and CE. RGB value is (192,111,206). Sum of RGB (Red+Green+Blue) = 192+111+206=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #C06FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FCE is #3F9031. Grayscale: #919191. Windows color (decimal): -4165682 or 13529024. OLE color: 13529024.

HSL color Cylindrical-coordinate representation of color #C06FCE: hue angle of 291.16º degrees, saturation: 0.49, 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 #C06FCE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 111 206 -
CMYK 0.07 0.46 0 0.19
HSL 291.16º 0.49% 0.62% -
HSV(B) 291.16º 0.46% 0.81% -
XYZ 38.56 27.03 61.58 -
YUV 146.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 192 111 206 0.07 0.46 0 0.19 291.16 0.49 0.62
Hex C0 6F CE 7 2E 0 13 123 31 3E
Octal 300 157 316 7 56 0 23 443 61 76
Binary 11000000 1101111 11001110 111 101110 0 10011 100100011 110001 111110

Color Harmonies of #C06FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FCE

Black with #C06FCE

Text Example


Text Example

White with #C06FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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