Html Css Color HEX #C56CCF Orchid

📋 copy color: '#C56CCF'

red 197 ◦ green 108 ◦ blue 207

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

Shades of Orchid #C56CCF

Tints of Orchid #C56CCF

RGB

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

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

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

R = 38.48%
G = 21.09%
B = 40.43%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C56CCF (or 0xC56CCF) is known color: Orchid. HEX triplet: C5, 6C and CF. RGB value is (197,108,207). Sum of RGB (Red+Green+Blue) = 197+108+207=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #C56CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CCF is #3A9330. Grayscale: #919191. Windows color (decimal): -3838769 or 13593797. OLE color: 13593797.

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

Color convert

RGB 197 108 207 -
CMYK 0.05 0.48 0 0.19
HSL 293.94º 0.51% 0.62% -
HSV(B) 293.94º 0.48% 0.81% -
XYZ 39.65 27.1 62.17 -
YUV 145.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 197 108 207 0.05 0.48 0 0.19 293.94 0.51 0.62
Hex C5 6C CF 5 30 0 13 126 33 3E
Octal 305 154 317 5 60 0 23 446 63 76
Binary 11000101 1101100 11001111 101 110000 0 10011 100100110 110011 111110

Color Harmonies of #C56CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56CCF

Black with #C56CCF

Text Example


Text Example

White with #C56CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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