Html Css Color HEX #C566CF Medium Orchid

📋 copy color: '#C566CF'

red 197 ◦ green 102 ◦ blue 207

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

Shades of Medium Orchid #C566CF

Tints of Medium Orchid #C566CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.16%

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

R = 38.93%
G = 20.16%
B = 40.91%

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

#C566CF (or 0xC566CF) is known color: Medium Orchid. HEX triplet: C5, 66 and CF. RGB value is (197,102,207). Sum of RGB (Red+Green+Blue) = 197+102+207=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #C566CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566CF is #3A9930. Grayscale: #8E8E8E. Windows color (decimal): -3840305 or 13592261. OLE color: 13592261.

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

Color convert

RGB 197 102 207 -
CMYK 0.05 0.51 0 0.19
HSL 294.29º 0.52% 0.61% -
HSV(B) 294.29º 0.51% 0.81% -
XYZ 39.04 25.88 61.97 -
YUV 142.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 197 102 207 0.05 0.51 0 0.19 294.29 0.52 0.61
Hex C5 66 CF 5 33 0 13 126 34 3D
Octal 305 146 317 5 63 0 23 446 64 75
Binary 11000101 1100110 11001111 101 110011 0 10011 100100110 110100 111101

Color Harmonies of #C566CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566CF

Black with #C566CF

Text Example


Text Example

White with #C566CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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