Html Css Color HEX #C56FC8 Orchid

📋 copy color: '#C56FC8'

red 197 ◦ green 111 ◦ blue 200

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

Shades of Orchid #C56FC8

Tints of Orchid #C56FC8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.85%

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 38.78%
G = 21.85%
B = 39.37%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C56FC8 (or 0xC56FC8) is known color: Orchid. HEX triplet: C5, 6F and C8. RGB value is (197,111,200). Sum of RGB (Red+Green+Blue) = 197+111+200=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #C56FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FC8 is #3A9037. Grayscale: #929292. Windows color (decimal): -3838008 or 13135813. OLE color: 13135813.

HSL color Cylindrical-coordinate representation of color #C56FC8: hue angle of 297.98º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56FC8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 111 200 -
CMYK 0.02 0.44 0 0.22
HSL 297.98º 0.45% 0.61% -
HSV(B) 297.98º 0.45% 0.78% -
XYZ 39.14 27.41 57.87 -
YUV 146.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 197 111 200 0.02 0.44 0 0.22 297.98 0.45 0.61
Hex C5 6F C8 2 2C 0 16 12A 2D 3D
Octal 305 157 310 2 54 0 26 452 55 75
Binary 11000101 1101111 11001000 10 101100 0 10110 100101010 101101 111101

Color Harmonies of #C56FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56FC8

Black with #C56FC8

Text Example


Text Example

White with #C56FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56FC8; }

 p { color: rgb(197,111,200); }

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

background-color css

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

 a { background-color: rgb(197,111,200); }

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

border-color css

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

 span { border-color: rgb(197,111,200); }

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