Html Css Color HEX #C766D5 Medium Orchid

📋 copy color: '#C766D5'

red 199 ◦ green 102 ◦ blue 213

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

Shades of Medium Orchid #C766D5

Tints of Medium Orchid #C766D5

RGB

 RED value IS 199 (78.13% from 255) = 38.72%

 GREEN value IS 102 (40.23% from 255) = 19.84%

 BLUE value IS 213 (83.59% from 255) = 41.44%

R = 38.72%
G = 19.84%
B = 41.44%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C766D5 (or 0xC766D5) is known color: Medium Orchid. HEX triplet: C7, 66 and D5. RGB value is (199,102,213). Sum of RGB (Red+Green+Blue) = 199+102+213=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #C766D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766D5 is #38992A. Grayscale: #8F8F8F. Windows color (decimal): -3709227 or 13985479. OLE color: 13985479.

HSL color Cylindrical-coordinate representation of color #C766D5: hue angle of 292.43º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C766D5 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 102 213 -
CMYK 0.07 0.52 0 0.16
HSL 292.43º 0.57% 0.62% -
HSV(B) 292.43º 0.52% 0.84% -
XYZ 40.31 26.45 65.93 -
YUV 143.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 199 102 213 0.07 0.52 0 0.16 292.43 0.57 0.62
Hex C7 66 D5 7 34 0 10 124 39 3E
Octal 307 146 325 7 64 0 20 444 71 76
Binary 11000111 1100110 11010101 111 110100 0 10000 100100100 111001 111110

Color Harmonies of #C766D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766D5

Black with #C766D5

Text Example


Text Example

White with #C766D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766D5; }

 p { color: rgb(199,102,213); }

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

background-color css

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

 a { background-color: rgb(199,102,213); }

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

border-color css

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

 span { border-color: rgb(199,102,213); }

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