Html Css Color HEX #C56CCC Orchid

📋 copy color: '#C56CCC'

red 197 ◦ green 108 ◦ blue 204

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

Shades of Orchid #C56CCC

Tints of Orchid #C56CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.22%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 38.7%
G = 21.22%
B = 40.08%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C56CCC (or 0xC56CCC) is known color: Orchid. HEX triplet: C5, 6C and CC. RGB value is (197,108,204). Sum of RGB (Red+Green+Blue) = 197+108+204=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #C56CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CCC is #3A9333. Grayscale: #919191. Windows color (decimal): -3838772 or 13397189. OLE color: 13397189.

HSL color Cylindrical-coordinate representation of color #C56CCC: hue angle of 295.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56CCC is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 108 204 -
CMYK 0.03 0.47 0 0.2
HSL 295.63º 0.48% 0.61% -
HSV(B) 295.63º 0.47% 0.8% -
XYZ 39.29 26.96 60.26 -
YUV 145.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 197 108 204 0.03 0.47 0 0.2 295.63 0.48 0.61
Hex C5 6C CC 3 2F 0 14 128 30 3D
Octal 305 154 314 3 57 0 24 450 60 75
Binary 11000101 1101100 11001100 11 101111 0 10100 100101000 110000 111101

Color Harmonies of #C56CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56CCC

Black with #C56CCC

Text Example


Text Example

White with #C56CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56CCC; }

 p { color: rgb(197,108,204); }

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

background-color css

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

 a { background-color: rgb(197,108,204); }

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

border-color css

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

 span { border-color: rgb(197,108,204); }

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