Html Css Color HEX #C565CE Medium Orchid

📋 copy color: '#C565CE'

red 197 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #C565CE

Tints of Medium Orchid #C565CE

RGB

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

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

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

R = 39.09%
G = 20.04%
B = 40.87%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C565CE (or 0xC565CE) is known color: Medium Orchid. HEX triplet: C5, 65 and CE. RGB value is (197,101,206). Sum of RGB (Red+Green+Blue) = 197+101+206=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #C565CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565CE is #3A9A31. Grayscale: #8D8D8D. Windows color (decimal): -3840562 or 13526469. OLE color: 13526469.

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

Color convert

RGB 197 101 206 -
CMYK 0.04 0.51 0 0.19
HSL 294.86º 0.52% 0.6% -
HSV(B) 294.86º 0.51% 0.81% -
XYZ 38.82 25.63 61.29 -
YUV 141.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 197 101 206 0.04 0.51 0 0.19 294.86 0.52 0.6
Hex C5 65 CE 4 33 0 13 127 34 3C
Octal 305 145 316 4 63 0 23 447 64 74
Binary 11000101 1100101 11001110 100 110011 0 10011 100100111 110100 111100

Color Harmonies of #C565CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565CE

Black with #C565CE

Text Example


Text Example

White with #C565CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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