Html Css Color HEX #C47CBE Orchid

📋 copy color: '#C47CBE'

red 196 ◦ green 124 ◦ blue 190

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

Shades of Orchid #C47CBE

Tints of Orchid #C47CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 38.43%
G = 24.31%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C47CBE (or 0xC47CBE) is known color: Orchid. HEX triplet: C4, 7C and BE. RGB value is (196,124,190). Sum of RGB (Red+Green+Blue) = 196+124+190=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CBE is #3B8341. Grayscale: #989898. Windows color (decimal): -3900226 or 12483780. OLE color: 12483780.

HSL color Cylindrical-coordinate representation of color #C47CBE: hue angle of 305º 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 #C47CBE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 190 -
CMYK 0 0.37 0.03 0.23
HSL 305º 0.38% 0.63% -
HSV(B) 305º 0.37% 0.77% -
XYZ 39.27 29.87 52.41 -
YUV 153.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 196 124 190 0 0.37 0.03 0.23 305 0.38 0.63
Hex C4 7C BE 0 25 3 17 131 26 3F
Octal 304 174 276 0 45 3 27 461 46 77
Binary 11000100 1111100 10111110 0 100101 11 10111 100110001 100110 111111

Color Harmonies of #C47CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CBE

Black with #C47CBE

Text Example


Text Example

White with #C47CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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