Html Css Color HEX #C769D5 Medium Orchid

📋 copy color: '#C769D5'

red 199 ◦ green 105 ◦ blue 213

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

Shades of Medium Orchid #C769D5

Tints of Medium Orchid #C769D5

RGB

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

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

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

R = 38.49%
G = 20.31%
B = 41.2%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C769D5 (or 0xC769D5) is known color: Medium Orchid. HEX triplet: C7, 69 and D5. RGB value is (199,105,213). Sum of RGB (Red+Green+Blue) = 199+105+213=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #C769D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769D5 is #38962A. Grayscale: #919191. Windows color (decimal): -3708459 or 13986247. OLE color: 13986247.

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

Color convert

RGB 199 105 213 -
CMYK 0.07 0.51 0 0.16
HSL 292.22º 0.56% 0.62% -
HSV(B) 292.22º 0.51% 0.84% -
XYZ 40.62 27.05 66.03 -
YUV 145.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 199 105 213 0.07 0.51 0 0.16 292.22 0.56 0.62
Hex C7 69 D5 7 33 0 10 124 38 3E
Octal 307 151 325 7 63 0 20 444 70 76
Binary 11000111 1101001 11010101 111 110011 0 10000 100100100 111000 111110

Color Harmonies of #C769D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769D5

Black with #C769D5

Text Example


Text Example

White with #C769D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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