Html Css Color HEX #C47CCD Orchid

📋 copy color: '#C47CCD'

red 196 ◦ green 124 ◦ blue 205

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

Shades of Orchid #C47CCD

Tints of Orchid #C47CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 37.33%
G = 23.62%
B = 39.05%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C47CCD (or 0xC47CCD) is known color: Orchid. HEX triplet: C4, 7C and CD. RGB value is (196,124,205). Sum of RGB (Red+Green+Blue) = 196+124+205=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #C47CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CCD is #3B8332. Grayscale: #9A9A9A. Windows color (decimal): -3900211 or 13466820. OLE color: 13466820.

HSL color Cylindrical-coordinate representation of color #C47CCD: hue angle of 293.33º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47CCD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 124 205 -
CMYK 0.04 0.40 0 0.20
HSL 293.33º 0.45% 0.65% -
HSV(B) 293.33º 0.4% 0.8% -
XYZ 40.99 30.56 61.5 -
YUV 154.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 196 124 205 0.04 0.40 0 0.20 293.33 0.45 0.65
Hex C4 7C CD 4 28 0 14 125 2D 41
Octal 304 174 315 4 50 0 24 445 55 101
Binary 11000100 1111100 11001101 100 101000 0 10100 100100101 101101 1000001

Color Harmonies of #C47CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CCD

Black with #C47CCD

Text Example


Text Example

White with #C47CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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