Html Css Color HEX #C47DCC Orchid

📋 copy color: '#C47DCC'

red 196 ◦ green 125 ◦ blue 204

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

Shades of Orchid #C47DCC

Tints of Orchid #C47DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.81%

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

R = 37.33%
G = 23.81%
B = 38.86%

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

#C47DCC (or 0xC47DCC) is known color: Orchid. HEX triplet: C4, 7D and CC. RGB value is (196,125,204). Sum of RGB (Red+Green+Blue) = 196+125+204=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #C47DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DCC is #3B8233. Grayscale: #9A9A9A. Windows color (decimal): -3899956 or 13401540. OLE color: 13401540.

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

Color convert

RGB 196 125 204 -
CMYK 0.04 0.39 0 0.2
HSL 293.92º 0.44% 0.65% -
HSV(B) 293.92º 0.39% 0.8% -
XYZ 41 30.76 60.9 -
YUV 155.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 196 125 204 0.04 0.39 0 0.2 293.92 0.44 0.65
Hex C4 7D CC 4 27 0 14 126 2C 41
Octal 304 175 314 4 47 0 24 446 54 101
Binary 11000100 1111101 11001100 100 100111 0 10100 100100110 101100 1000001

Color Harmonies of #C47DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DCC

Black with #C47DCC

Text Example


Text Example

White with #C47DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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