Html Css Color HEX #C569D0 Medium Orchid

📋 copy color: '#C569D0'

red 197 ◦ green 105 ◦ blue 208

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

Shades of Medium Orchid #C569D0

Tints of Medium Orchid #C569D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.78%

R = 38.63%
G = 20.59%
B = 40.78%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C569D0 (or 0xC569D0) is known color: Medium Orchid. HEX triplet: C5, 69 and D0. RGB value is (197,105,208). Sum of RGB (Red+Green+Blue) = 197+105+208=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #C569D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569D0 is #3A962F. Grayscale: #8F8F8F. Windows color (decimal): -3839536 or 13658565. OLE color: 13658565.

HSL color Cylindrical-coordinate representation of color #C569D0: hue angle of 293.59º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C569D0 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 105 208 -
CMYK 0.05 0.50 0 0.18
HSL 293.59º 0.52% 0.61% -
HSV(B) 293.59º 0.5% 0.82% -
XYZ 39.46 26.53 62.71 -
YUV 144.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 197 105 208 0.05 0.50 0 0.18 293.59 0.52 0.61
Hex C5 69 D0 5 32 0 12 126 34 3D
Octal 305 151 320 5 62 0 22 446 64 75
Binary 11000101 1101001 11010000 101 110010 0 10010 100100110 110100 111101

Color Harmonies of #C569D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569D0

Black with #C569D0

Text Example


Text Example

White with #C569D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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