Html Css Color HEX #C47FCC Orchid

📋 copy color: '#C47FCC'

red 196 ◦ green 127 ◦ blue 204

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

Shades of Orchid #C47FCC

Tints of Orchid #C47FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.1%

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

R = 37.19%
G = 24.1%
B = 38.71%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C47FCC (or 0xC47FCC) is known color: Orchid. HEX triplet: C4, 7F and CC. RGB value is (196,127,204). Sum of RGB (Red+Green+Blue) = 196+127+204=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #C47FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FCC is #3B8033. Grayscale: #9C9C9C. Windows color (decimal): -3899444 or 13402052. OLE color: 13402052.

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

Color convert

RGB 196 127 204 -
CMYK 0.04 0.38 0 0.2
HSL 293.77º 0.43% 0.65% -
HSV(B) 293.77º 0.38% 0.8% -
XYZ 41.25 31.27 60.99 -
YUV 156.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 196 127 204 0.04 0.38 0 0.2 293.77 0.43 0.65
Hex C4 7F CC 4 26 0 14 126 2B 41
Octal 304 177 314 4 46 0 24 446 53 101
Binary 11000100 1111111 11001100 100 100110 0 10100 100100110 101011 1000001

Color Harmonies of #C47FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FCC

Black with #C47FCC

Text Example


Text Example

White with #C47FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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