Html Css Color HEX #C769D8 Medium Orchid

📋 copy color: '#C769D8'

red 199 ◦ green 105 ◦ blue 216

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

Shades of Medium Orchid #C769D8

Tints of Medium Orchid #C769D8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.19%

 BLUE value IS 216 (84.77% from 255) = 41.54%

R = 38.27%
G = 20.19%
B = 41.54%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C769D8 (or 0xC769D8) is known color: Medium Orchid. HEX triplet: C7, 69 and D8. RGB value is (199,105,216). Sum of RGB (Red+Green+Blue) = 199+105+216=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #C769D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769D8 is #389627. Grayscale: #919191. Windows color (decimal): -3708456 or 14182855. OLE color: 14182855.

HSL color Cylindrical-coordinate representation of color #C769D8: hue angle of 290.81º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C769D8 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 105 216 -
CMYK 0.08 0.51 0 0.15
HSL 290.81º 0.59% 0.63% -
HSV(B) 290.81º 0.51% 0.85% -
XYZ 41 27.2 68.06 -
YUV 145.76 167.64 165.97 -
System Red Green Blue C M Y K H S L
Decimal 199 105 216 0.08 0.51 0 0.15 290.81 0.59 0.63
Hex C7 69 D8 8 33 0 F 123 3B 3F
Octal 307 151 330 10 63 0 17 443 73 77
Binary 11000111 1101001 11011000 1000 110011 0 1111 100100011 111011 111111

Color Harmonies of #C769D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769D8

Black with #C769D8

Text Example


Text Example

White with #C769D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769D8; }

 p { color: rgb(199,105,216); }

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

background-color css

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

 a { background-color: rgb(199,105,216); }

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

border-color css

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

 span { border-color: rgb(199,105,216); }

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