Html Css Color HEX #C565CF Medium Orchid

📋 copy color: '#C565CF'

red 197 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #C565CF

Tints of Medium Orchid #C565CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.99%

R = 39.01%
G = 20%
B = 40.99%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C565CF (or 0xC565CF) is known color: Medium Orchid. HEX triplet: C5, 65 and CF. RGB value is (197,101,207). Sum of RGB (Red+Green+Blue) = 197+101+207=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #C565CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C565CF is #3A9A30. Grayscale: #8D8D8D. Windows color (decimal): -3840561 or 13592005. OLE color: 13592005.

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

Color convert

RGB 197 101 207 -
CMYK 0.05 0.51 0 0.19
HSL 294.34º 0.52% 0.6% -
HSV(B) 294.34º 0.51% 0.81% -
XYZ 38.94 25.68 61.94 -
YUV 141.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 197 101 207 0.05 0.51 0 0.19 294.34 0.52 0.6
Hex C5 65 CF 5 33 0 13 126 34 3C
Octal 305 145 317 5 63 0 23 446 64 74
Binary 11000101 1100101 11001111 101 110011 0 10011 100100110 110100 111100

Color Harmonies of #C565CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565CF

Black with #C565CF

Text Example


Text Example

White with #C565CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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