Html Css Color HEX #C06BD0 Medium Orchid

📋 copy color: '#C06BD0'

red 192 ◦ green 107 ◦ blue 208

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

Shades of Medium Orchid #C06BD0

Tints of Medium Orchid #C06BD0

RGB

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

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

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

R = 37.87%
G = 21.1%
B = 41.03%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C06BD0 (or 0xC06BD0) is known color: Medium Orchid. HEX triplet: C0, 6B and D0. RGB value is (192,107,208). Sum of RGB (Red+Green+Blue) = 192+107+208=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #C06BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BD0 is #3F942F. Grayscale: #8F8F8F. Windows color (decimal): -4166704 or 13659072. OLE color: 13659072.

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

Color convert

RGB 192 107 208 -
CMYK 0.08 0.49 0 0.18
HSL 290.5º 0.52% 0.62% -
HSV(B) 290.5º 0.49% 0.82% -
XYZ 38.38 26.28 62.72 -
YUV 143.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 192 107 208 0.08 0.49 0 0.18 290.5 0.52 0.62
Hex C0 6B D0 8 31 0 12 122 34 3E
Octal 300 153 320 10 61 0 22 442 64 76
Binary 11000000 1101011 11010000 1000 110001 0 10010 100100010 110100 111110

Color Harmonies of #C06BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BD0

Black with #C06BD0

Text Example


Text Example

White with #C06BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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