Html Css Color HEX #C569CF Medium Orchid

📋 copy color: '#C569CF'

red 197 ◦ green 105 ◦ blue 207

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

Shades of Medium Orchid #C569CF

Tints of Medium Orchid #C569CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 38.7%
G = 20.63%
B = 40.67%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C569CF (or 0xC569CF) is known color: Medium Orchid. HEX triplet: C5, 69 and CF. RGB value is (197,105,207). Sum of RGB (Red+Green+Blue) = 197+105+207=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #C569CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569CF is #3A9630. Grayscale: #8F8F8F. Windows color (decimal): -3839537 or 13593029. OLE color: 13593029.

HSL color Cylindrical-coordinate representation of color #C569CF: hue angle of 294.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C569CF is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 105 207 -
CMYK 0.05 0.49 0 0.19
HSL 294.12º 0.52% 0.61% -
HSV(B) 294.12º 0.49% 0.81% -
XYZ 39.34 26.48 62.07 -
YUV 144.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 197 105 207 0.05 0.49 0 0.19 294.12 0.52 0.61
Hex C5 69 CF 5 31 0 13 126 34 3D
Octal 305 151 317 5 61 0 23 446 64 75
Binary 11000101 1101001 11001111 101 110001 0 10011 100100110 110100 111101

Color Harmonies of #C569CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569CF

Black with #C569CF

Text Example


Text Example

White with #C569CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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