Html Css Color HEX #C47CBC Orchid

📋 copy color: '#C47CBC'

red 196 ◦ green 124 ◦ blue 188

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

Shades of Orchid #C47CBC

Tints of Orchid #C47CBC

RGB

 RED value IS 196 (76.95% from 255) = 38.58%

 GREEN value IS 124 (48.83% from 255) = 24.41%

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 38.58%
G = 24.41%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C47CBC (or 0xC47CBC) is known color: Orchid. HEX triplet: C4, 7C and BC. RGB value is (196,124,188). Sum of RGB (Red+Green+Blue) = 196+124+188=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CBC is #3B8343. Grayscale: #989898. Windows color (decimal): -3900228 or 12352708. OLE color: 12352708.

HSL color Cylindrical-coordinate representation of color #C47CBC: hue angle of 306.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47CBC is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 188 -
CMYK 0 0.37 0.04 0.23
HSL 306.67º 0.38% 0.63% -
HSV(B) 306.67º 0.37% 0.77% -
XYZ 39.05 29.78 51.27 -
YUV 152.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 196 124 188 0 0.37 0.04 0.23 306.67 0.38 0.63
Hex C4 7C BC 0 25 4 17 133 26 3F
Octal 304 174 274 0 45 4 27 463 46 77
Binary 11000100 1111100 10111100 0 100101 100 10111 100110011 100110 111111

Color Harmonies of #C47CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CBC

Black with #C47CBC

Text Example


Text Example

White with #C47CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CBC; }

 p { color: rgb(196,124,188); }

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

background-color css

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

 a { background-color: rgb(196,124,188); }

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

border-color css

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

 span { border-color: rgb(196,124,188); }

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