Html Css Color HEX #C47CCC Orchid

📋 copy color: '#C47CCC'

red 196 ◦ green 124 ◦ blue 204

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

Shades of Orchid #C47CCC

Tints of Orchid #C47CCC

RGB

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

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

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

R = 37.4%
G = 23.66%
B = 38.93%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C47CCC (or 0xC47CCC) is known color: Orchid. HEX triplet: C4, 7C and CC. RGB value is (196,124,204). Sum of RGB (Red+Green+Blue) = 196+124+204=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #C47CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CCC is #3B8333. Grayscale: #9A9A9A. Windows color (decimal): -3900212 or 13401284. OLE color: 13401284.

HSL color Cylindrical-coordinate representation of color #C47CCC: hue angle of 294º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47CCC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 124 204 -
CMYK 0.04 0.39 0 0.2
HSL 294º 0.44% 0.64% -
HSV(B) 294º 0.39% 0.8% -
XYZ 40.87 30.51 60.86 -
YUV 154.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 196 124 204 0.04 0.39 0 0.2 294 0.44 0.64
Hex C4 7C CC 4 27 0 14 126 2C 40
Octal 304 174 314 4 47 0 24 446 54 100
Binary 11000100 1111100 11001100 100 100111 0 10100 100100110 101100 1000000

Color Harmonies of #C47CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CCC

Black with #C47CCC

Text Example


Text Example

White with #C47CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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