Html Css Color HEX #C569DD Medium Orchid

📋 copy color: '#C569DD'

red 197 ◦ green 105 ◦ blue 221

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

Shades of Medium Orchid #C569DD

Tints of Medium Orchid #C569DD

RGB

 RED value IS 197 (77.34% from 255) = 37.67%

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

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

R = 37.67%
G = 20.08%
B = 42.26%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C569DD (or 0xC569DD) is known color: Medium Orchid. HEX triplet: C5, 69 and DD. RGB value is (197,105,221). Sum of RGB (Red+Green+Blue) = 197+105+221=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #C569DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569DD is #3A9622. Grayscale: #919191. Windows color (decimal): -3839523 or 14510533. OLE color: 14510533.

HSL color Cylindrical-coordinate representation of color #C569DD: hue angle of 287.59º 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 #C569DD is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 105 221 -
CMYK 0.11 0.52 0 0.13
HSL 287.59º 0.63% 0.64% -
HSV(B) 287.59º 0.52% 0.87% -
XYZ 41.13 27.19 71.49 -
YUV 145.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 197 105 221 0.11 0.52 0 0.13 287.59 0.63 0.64
Hex C5 69 DD B 34 0 D 120 3F 40
Octal 305 151 335 13 64 0 15 440 77 100
Binary 11000101 1101001 11011101 1011 110100 0 1101 100100000 111111 1000000

Color Harmonies of #C569DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569DD

Black with #C569DD

Text Example


Text Example

White with #C569DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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