Html Css Color HEX #C565E2 Medium Orchid

📋 copy color: '#C565E2'

red 197 ◦ green 101 ◦ blue 226

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

Shades of Medium Orchid #C565E2

Tints of Medium Orchid #C565E2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.27%

 BLUE value IS 226 (88.67% from 255) = 43.13%

R = 37.6%
G = 19.27%
B = 43.13%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C565E2 (or 0xC565E2) is known color: Medium Orchid. HEX triplet: C5, 65 and E2. RGB value is (197,101,226). Sum of RGB (Red+Green+Blue) = 197+101+226=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #C565E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565E2 is #3A9A1D. Grayscale: #8F8F8F. Windows color (decimal): -3840542 or 14837189. OLE color: 14837189.

HSL color Cylindrical-coordinate representation of color #C565E2: hue angle of 286.08º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C565E2 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 101 226 -
CMYK 0.13 0.55 0 0.11
HSL 286.08º 0.68% 0.64% -
HSV(B) 286.08º 0.55% 0.89% -
XYZ 41.41 26.67 74.92 -
YUV 143.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 197 101 226 0.13 0.55 0 0.11 286.08 0.68 0.64
Hex C5 65 E2 D 37 0 B 11E 44 40
Octal 305 145 342 15 67 0 13 436 104 100
Binary 11000101 1100101 11100010 1101 110111 0 1011 100011110 1000100 1000000

Color Harmonies of #C565E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565E2

Black with #C565E2

Text Example


Text Example

White with #C565E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565E2; }

 p { color: rgb(197,101,226); }

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

background-color css

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

 a { background-color: rgb(197,101,226); }

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

border-color css

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

 span { border-color: rgb(197,101,226); }

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