Html Css Color HEX #C769DD Medium Orchid

📋 copy color: '#C769DD'

red 199 ◦ green 105 ◦ blue 221

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

Shades of Medium Orchid #C769DD

Tints of Medium Orchid #C769DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 37.9%
G = 20%
B = 42.1%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C769DD (or 0xC769DD) is known color: Medium Orchid. HEX triplet: C7, 69 and DD. RGB value is (199,105,221). Sum of RGB (Red+Green+Blue) = 199+105+221=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C769DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769DD is #389622. Grayscale: #919191. Windows color (decimal): -3708451 or 14510535. OLE color: 14510535.

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

Color convert

RGB 199 105 221 -
CMYK 0.10 0.52 0 0.13
HSL 288.62º 0.63% 0.64% -
HSV(B) 288.62º 0.52% 0.87% -
XYZ 41.66 27.47 71.51 -
YUV 146.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 199 105 221 0.10 0.52 0 0.13 288.62 0.63 0.64
Hex C7 69 DD A 34 0 D 121 3F 40
Octal 307 151 335 12 64 0 15 441 77 100
Binary 11000111 1101001 11011101 1010 110100 0 1101 100100001 111111 1000000

Color Harmonies of #C769DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769DD

Black with #C769DD

Text Example


Text Example

White with #C769DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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