Html Css Color HEX #C569D7 Medium Orchid

📋 copy color: '#C569D7'

red 197 ◦ green 105 ◦ blue 215

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

Shades of Medium Orchid #C569D7

Tints of Medium Orchid #C569D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.59%

R = 38.1%
G = 20.31%
B = 41.59%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C569D7 (or 0xC569D7) is known color: Medium Orchid. HEX triplet: C5, 69 and D7. RGB value is (197,105,215). Sum of RGB (Red+Green+Blue) = 197+105+215=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #C569D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569D7 is #3A9628. Grayscale: #909090. Windows color (decimal): -3839529 or 14117317. OLE color: 14117317.

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

Color convert

RGB 197 105 215 -
CMYK 0.08 0.51 0 0.16
HSL 290.18º 0.58% 0.63% -
HSV(B) 290.18º 0.51% 0.84% -
XYZ 40.34 26.88 67.35 -
YUV 145.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 197 105 215 0.08 0.51 0 0.16 290.18 0.58 0.63
Hex C5 69 D7 8 33 0 10 122 3A 3F
Octal 305 151 327 10 63 0 20 442 72 77
Binary 11000101 1101001 11010111 1000 110011 0 10000 100100010 111010 111111

Color Harmonies of #C569D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569D7

Black with #C569D7

Text Example


Text Example

White with #C569D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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