Html Css Color HEX #C569EA Medium Orchid

📋 copy color: '#C569EA'

red 197 ◦ green 105 ◦ blue 234

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

Shades of Medium Orchid #C569EA

Tints of Medium Orchid #C569EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.66%

R = 36.75%
G = 19.59%
B = 43.66%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C569EA (or 0xC569EA) is known color: Medium Orchid. HEX triplet: C5, 69 and EA. RGB value is (197,105,234). Sum of RGB (Red+Green+Blue) = 197+105+234=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #C569EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C569EA is #3A9615. Grayscale: #929292. Windows color (decimal): -3839510 or 15362501. OLE color: 15362501.

HSL color Cylindrical-coordinate representation of color #C569EA: hue angle of 282.79º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C569EA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 105 234 -
CMYK 0.16 0.55 0 0.08
HSL 282.79º 0.75% 0.66% -
HSV(B) 282.79º 0.55% 0.92% -
XYZ 42.93 27.91 80.97 -
YUV 147.21 176.98 163.51 -
System Red Green Blue C M Y K H S L
Decimal 197 105 234 0.16 0.55 0 0.08 282.79 0.75 0.66
Hex C5 69 EA 10 37 0 8 11B 4B 42
Octal 305 151 352 20 67 0 10 433 113 102
Binary 11000101 1101001 11101010 10000 110111 0 1000 100011011 1001011 1000010

Color Harmonies of #C569EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569EA

Black with #C569EA

Text Example


Text Example

White with #C569EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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