Html Css Color HEX #C56CCD Orchid

📋 copy color: '#C56CCD'

red 197 ◦ green 108 ◦ blue 205

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

Shades of Orchid #C56CCD

Tints of Orchid #C56CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.2%

R = 38.63%
G = 21.18%
B = 40.2%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C56CCD (or 0xC56CCD) is known color: Orchid. HEX triplet: C5, 6C and CD. RGB value is (197,108,205). Sum of RGB (Red+Green+Blue) = 197+108+205=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #C56CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CCD is #3A9332. Grayscale: #919191. Windows color (decimal): -3838771 or 13462725. OLE color: 13462725.

HSL color Cylindrical-coordinate representation of color #C56CCD: hue angle of 295.05º degrees, saturation: 0.49, 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 #C56CCD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 108 205 -
CMYK 0.04 0.47 0 0.20
HSL 295.05º 0.49% 0.61% -
HSV(B) 295.05º 0.47% 0.8% -
XYZ 39.41 27 60.89 -
YUV 145.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 197 108 205 0.04 0.47 0 0.20 295.05 0.49 0.61
Hex C5 6C CD 4 2F 0 14 127 31 3D
Octal 305 154 315 4 57 0 24 447 61 75
Binary 11000101 1101100 11001101 100 101111 0 10100 100100111 110001 111101

Color Harmonies of #C56CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56CCD

Black with #C56CCD

Text Example


Text Example

White with #C56CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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