Html Css Color HEX #C565EB Medium Orchid

📋 copy color: '#C565EB'

red 197 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #C565EB

Tints of Medium Orchid #C565EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 36.96%
G = 18.95%
B = 44.09%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C565EB (or 0xC565EB) is known color: Medium Orchid. HEX triplet: C5, 65 and EB. RGB value is (197,101,235). Sum of RGB (Red+Green+Blue) = 197+101+235=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #C565EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C565EB is #3A9A14. Grayscale: #909090. Windows color (decimal): -3840533 or 15427013. OLE color: 15427013.

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

Color convert

RGB 197 101 235 -
CMYK 0.16 0.57 0 0.08
HSL 282.99º 0.77% 0.66% -
HSV(B) 282.99º 0.57% 0.92% -
XYZ 42.68 27.18 81.59 -
YUV 144.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 197 101 235 0.16 0.57 0 0.08 282.99 0.77 0.66
Hex C5 65 EB 10 39 0 8 11B 4D 42
Octal 305 145 353 20 71 0 10 433 115 102
Binary 11000101 1100101 11101011 10000 111001 0 1000 100011011 1001101 1000010

Color Harmonies of #C565EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565EB

Black with #C565EB

Text Example


Text Example

White with #C565EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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