Html Css Color HEX #C56CCA Orchid

📋 copy color: '#C56CCA'

red 197 ◦ green 108 ◦ blue 202

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

Shades of Orchid #C56CCA

Tints of Orchid #C56CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 38.86%
G = 21.3%
B = 39.84%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C56CCA (or 0xC56CCA) is known color: Orchid. HEX triplet: C5, 6C and CA. RGB value is (197,108,202). Sum of RGB (Red+Green+Blue) = 197+108+202=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #C56CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CCA is #3A9335. Grayscale: #919191. Windows color (decimal): -3838774 or 13266117. OLE color: 13266117.

HSL color Cylindrical-coordinate representation of color #C56CCA: hue angle of 296.81º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56CCA is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 108 202 -
CMYK 0.02 0.47 0 0.21
HSL 296.81º 0.47% 0.61% -
HSV(B) 296.81º 0.47% 0.79% -
XYZ 39.05 26.86 59 -
YUV 145.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 197 108 202 0.02 0.47 0 0.21 296.81 0.47 0.61
Hex C5 6C CA 2 2F 0 15 129 2F 3D
Octal 305 154 312 2 57 0 25 451 57 75
Binary 11000101 1101100 11001010 10 101111 0 10101 100101001 101111 111101

Color Harmonies of #C56CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56CCA

Black with #C56CCA

Text Example


Text Example

White with #C56CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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