Html Css Color HEX #C47CCA Orchid

📋 copy color: '#C47CCA'

red 196 ◦ green 124 ◦ blue 202

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

Shades of Orchid #C47CCA

Tints of Orchid #C47CCA

RGB

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

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

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

R = 37.55%
G = 23.75%
B = 38.7%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C47CCA (or 0xC47CCA) is known color: Orchid. HEX triplet: C4, 7C and CA. RGB value is (196,124,202). Sum of RGB (Red+Green+Blue) = 196+124+202=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #C47CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CCA is #3B8335. Grayscale: #9A9A9A. Windows color (decimal): -3900214 or 13270212. OLE color: 13270212.

HSL color Cylindrical-coordinate representation of color #C47CCA: hue angle of 295.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47CCA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 124 202 -
CMYK 0.03 0.39 0 0.21
HSL 295.38º 0.42% 0.64% -
HSV(B) 295.38º 0.39% 0.79% -
XYZ 40.63 30.42 59.61 -
YUV 154.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 196 124 202 0.03 0.39 0 0.21 295.38 0.42 0.64
Hex C4 7C CA 3 27 0 15 127 2A 40
Octal 304 174 312 3 47 0 25 447 52 100
Binary 11000100 1111100 11001010 11 100111 0 10101 100100111 101010 1000000

Color Harmonies of #C47CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CCA

Black with #C47CCA

Text Example


Text Example

White with #C47CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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