Html Css Color HEX #C769D9 Medium Orchid

📋 copy color: '#C769D9'

red 199 ◦ green 105 ◦ blue 217

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

Shades of Medium Orchid #C769D9

Tints of Medium Orchid #C769D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 38.2%
G = 20.15%
B = 41.65%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C769D9 (or 0xC769D9) is known color: Medium Orchid. HEX triplet: C7, 69 and D9. RGB value is (199,105,217). Sum of RGB (Red+Green+Blue) = 199+105+217=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #C769D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769D9 is #389626. Grayscale: #919191. Windows color (decimal): -3708455 or 14248391. OLE color: 14248391.

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

Color convert

RGB 199 105 217 -
CMYK 0.08 0.52 0 0.15
HSL 290.36º 0.6% 0.63% -
HSV(B) 290.36º 0.52% 0.85% -
XYZ 41.13 27.26 68.74 -
YUV 145.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 199 105 217 0.08 0.52 0 0.15 290.36 0.6 0.63
Hex C7 69 D9 8 34 0 F 122 3C 3F
Octal 307 151 331 10 64 0 17 442 74 77
Binary 11000111 1101001 11011001 1000 110100 0 1111 100100010 111100 111111

Color Harmonies of #C769D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769D9

Black with #C769D9

Text Example


Text Example

White with #C769D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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