Html Css Color HEX #C06BD7 Medium Orchid

📋 copy color: '#C06BD7'

red 192 ◦ green 107 ◦ blue 215

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

Shades of Medium Orchid #C06BD7

Tints of Medium Orchid #C06BD7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.82%

 BLUE value IS 215 (84.38% from 255) = 41.83%

R = 37.35%
G = 20.82%
B = 41.83%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C06BD7 (or 0xC06BD7) is known color: Medium Orchid. HEX triplet: C0, 6B and D7. RGB value is (192,107,215). Sum of RGB (Red+Green+Blue) = 192+107+215=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #C06BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BD7 is #3F9428. Grayscale: #909090. Windows color (decimal): -4166697 or 14117824. OLE color: 14117824.

HSL color Cylindrical-coordinate representation of color #C06BD7: hue angle of 287.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06BD7 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 107 215 -
CMYK 0.11 0.50 0 0.16
HSL 287.22º 0.57% 0.63% -
HSV(B) 287.22º 0.5% 0.84% -
XYZ 39.26 26.63 67.36 -
YUV 144.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 192 107 215 0.11 0.50 0 0.16 287.22 0.57 0.63
Hex C0 6B D7 B 32 0 10 11F 39 3F
Octal 300 153 327 13 62 0 20 437 71 77
Binary 11000000 1101011 11010111 1011 110010 0 10000 100011111 111001 111111

Color Harmonies of #C06BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BD7

Black with #C06BD7

Text Example


Text Example

White with #C06BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BD7; }

 p { color: rgb(192,107,215); }

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

background-color css

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

 a { background-color: rgb(192,107,215); }

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

border-color css

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

 span { border-color: rgb(192,107,215); }

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