Html Css Color HEX #C47ED5 Orchid

📋 copy color: '#C47ED5'

red 196 ◦ green 126 ◦ blue 213

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

Shades of Orchid #C47ED5

Tints of Orchid #C47ED5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.55%

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 36.64%
G = 23.55%
B = 39.81%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C47ED5 (or 0xC47ED5) is known color: Orchid. HEX triplet: C4, 7E and D5. RGB value is (196,126,213). Sum of RGB (Red+Green+Blue) = 196+126+213=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #C47ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ED5 is #3B812A. Grayscale: #9C9C9C. Windows color (decimal): -3899691 or 13991620. OLE color: 13991620.

HSL color Cylindrical-coordinate representation of color #C47ED5: hue angle of 288.28º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47ED5 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 126 213 -
CMYK 0.08 0.41 0 0.16
HSL 288.28º 0.51% 0.66% -
HSV(B) 288.28º 0.41% 0.84% -
XYZ 42.24 31.46 66.8 -
YUV 156.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 196 126 213 0.08 0.41 0 0.16 288.28 0.51 0.66
Hex C4 7E D5 8 29 0 10 120 33 42
Octal 304 176 325 10 51 0 20 440 63 102
Binary 11000100 1111110 11010101 1000 101001 0 10000 100100000 110011 1000010

Color Harmonies of #C47ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ED5

Black with #C47ED5

Text Example


Text Example

White with #C47ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ED5; }

 p { color: rgb(196,126,213); }

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

background-color css

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

 a { background-color: rgb(196,126,213); }

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

border-color css

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

 span { border-color: rgb(196,126,213); }

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