Html Css Color HEX #C569CE Medium Orchid

📋 copy color: '#C569CE'

red 197 ◦ green 105 ◦ blue 206

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

Shades of Medium Orchid #C569CE

Tints of Medium Orchid #C569CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 38.78%
G = 20.67%
B = 40.55%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C569CE (or 0xC569CE) is known color: Medium Orchid. HEX triplet: C5, 69 and CE. RGB value is (197,105,206). Sum of RGB (Red+Green+Blue) = 197+105+206=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #C569CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569CE is #3A9631. Grayscale: #8F8F8F. Windows color (decimal): -3839538 or 13527493. OLE color: 13527493.

HSL color Cylindrical-coordinate representation of color #C569CE: hue angle of 294.65º degrees, saturation: 0.51, 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 #C569CE is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 105 206 -
CMYK 0.04 0.49 0 0.19
HSL 294.65º 0.51% 0.61% -
HSV(B) 294.65º 0.49% 0.81% -
XYZ 39.22 26.43 61.43 -
YUV 144.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 197 105 206 0.04 0.49 0 0.19 294.65 0.51 0.61
Hex C5 69 CE 4 31 0 13 127 33 3D
Octal 305 151 316 4 61 0 23 447 63 75
Binary 11000101 1101001 11001110 100 110001 0 10011 100100111 110011 111101

Color Harmonies of #C569CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569CE

Black with #C569CE

Text Example


Text Example

White with #C569CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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