Html Css Color HEX #C06BDE Medium Orchid

📋 copy color: '#C06BDE'

red 192 ◦ green 107 ◦ blue 222

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

Shades of Medium Orchid #C06BDE

Tints of Medium Orchid #C06BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 36.85%
G = 20.54%
B = 42.61%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C06BDE (or 0xC06BDE) is known color: Medium Orchid. HEX triplet: C0, 6B and DE. RGB value is (192,107,222). Sum of RGB (Red+Green+Blue) = 192+107+222=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #C06BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BDE is #3F9421. Grayscale: #919191. Windows color (decimal): -4166690 or 14576576. OLE color: 14576576.

HSL color Cylindrical-coordinate representation of color #C06BDE: hue angle of 284.35º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C06BDE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 107 222 -
CMYK 0.14 0.52 0 0.13
HSL 284.35º 0.64% 0.65% -
HSV(B) 284.35º 0.52% 0.87% -
XYZ 40.18 27 72.2 -
YUV 145.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 192 107 222 0.14 0.52 0 0.13 284.35 0.64 0.65
Hex C0 6B DE E 34 0 D 11C 40 41
Octal 300 153 336 16 64 0 15 434 100 101
Binary 11000000 1101011 11011110 1110 110100 0 1101 100011100 1000000 1000001

Color Harmonies of #C06BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BDE

Black with #C06BDE

Text Example


Text Example

White with #C06BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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