Html Css Color HEX #C06CCF Medium Orchid

📋 copy color: '#C06CCF'

red 192 ◦ green 108 ◦ blue 207

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

Shades of Medium Orchid #C06CCF

Tints of Medium Orchid #C06CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.3%

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

R = 37.87%
G = 21.3%
B = 40.83%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C06CCF (or 0xC06CCF) is known color: Medium Orchid. HEX triplet: C0, 6C and CF. RGB value is (192,108,207). Sum of RGB (Red+Green+Blue) = 192+108+207=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #C06CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CCF is #3F9330. Grayscale: #909090. Windows color (decimal): -4166449 or 13593792. OLE color: 13593792.

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

Color convert

RGB 192 108 207 -
CMYK 0.07 0.48 0 0.19
HSL 290.91º 0.51% 0.62% -
HSV(B) 290.91º 0.48% 0.81% -
XYZ 38.36 26.44 62.11 -
YUV 144.4 163.33 161.95 -
System Red Green Blue C M Y K H S L
Decimal 192 108 207 0.07 0.48 0 0.19 290.91 0.51 0.62
Hex C0 6C CF 7 30 0 13 123 33 3E
Octal 300 154 317 7 60 0 23 443 63 76
Binary 11000000 1101100 11001111 111 110000 0 10011 100100011 110011 111110

Color Harmonies of #C06CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CCF

Black with #C06CCF

Text Example


Text Example

White with #C06CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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