Html Css Color HEX #C566E6 Medium Orchid

📋 copy color: '#C566E6'

red 197 ◦ green 102 ◦ blue 230

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

Shades of Medium Orchid #C566E6

Tints of Medium Orchid #C566E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.48%

R = 37.24%
G = 19.28%
B = 43.48%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C566E6 (or 0xC566E6) is known color: Medium Orchid. HEX triplet: C5, 66 and E6. RGB value is (197,102,230). Sum of RGB (Red+Green+Blue) = 197+102+230=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #C566E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C566E6 is #3A9919. Grayscale: #909090. Windows color (decimal): -3840282 or 15099589. OLE color: 15099589.

HSL color Cylindrical-coordinate representation of color #C566E6: hue angle of 284.53º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C566E6 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 102 230 -
CMYK 0.14 0.56 0 0.10
HSL 284.53º 0.72% 0.65% -
HSV(B) 284.53º 0.56% 0.9% -
XYZ 42.06 27.09 77.87 -
YUV 145 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 197 102 230 0.14 0.56 0 0.10 284.53 0.72 0.65
Hex C5 66 E6 E 38 0 A 11D 48 41
Octal 305 146 346 16 70 0 12 435 110 101
Binary 11000101 1100110 11100110 1110 111000 0 1010 100011101 1001000 1000001

Color Harmonies of #C566E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566E6

Black with #C566E6

Text Example


Text Example

White with #C566E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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