Html Css Color HEX #C56BCC Orchid

📋 copy color: '#C56BCC'

red 197 ◦ green 107 ◦ blue 204

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

Shades of Orchid #C56BCC

Tints of Orchid #C56BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.06%

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

R = 38.78%
G = 21.06%
B = 40.16%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C56BCC (or 0xC56BCC) is known color: Orchid. HEX triplet: C5, 6B and CC. RGB value is (197,107,204). Sum of RGB (Red+Green+Blue) = 197+107+204=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #C56BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BCC is #3A9433. Grayscale: #909090. Windows color (decimal): -3839028 or 13396933. OLE color: 13396933.

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

Color convert

RGB 197 107 204 -
CMYK 0.03 0.48 0 0.2
HSL 295.67º 0.49% 0.61% -
HSV(B) 295.67º 0.48% 0.8% -
XYZ 39.18 26.75 60.22 -
YUV 144.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 197 107 204 0.03 0.48 0 0.2 295.67 0.49 0.61
Hex C5 6B CC 3 30 0 14 128 31 3D
Octal 305 153 314 3 60 0 24 450 61 75
Binary 11000101 1101011 11001100 11 110000 0 10100 100101000 110001 111101

Color Harmonies of #C56BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BCC

Black with #C56BCC

Text Example


Text Example

White with #C56BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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