Html Css Color HEX #C47ED3 Orchid

📋 copy color: '#C47ED3'

red 196 ◦ green 126 ◦ blue 211

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

Shades of Orchid #C47ED3

Tints of Orchid #C47ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.59%

R = 36.77%
G = 23.64%
B = 39.59%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C47ED3 (or 0xC47ED3) is known color: Orchid. HEX triplet: C4, 7E and D3. RGB value is (196,126,211). Sum of RGB (Red+Green+Blue) = 196+126+211=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #C47ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ED3 is #3B812C. Grayscale: #9C9C9C. Windows color (decimal): -3899693 or 13860548. OLE color: 13860548.

HSL color Cylindrical-coordinate representation of color #C47ED3: hue angle of 289.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47ED3 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 126 211 -
CMYK 0.07 0.40 0 0.17
HSL 289.41º 0.49% 0.66% -
HSV(B) 289.41º 0.4% 0.83% -
XYZ 41.98 31.36 65.47 -
YUV 156.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 196 126 211 0.07 0.40 0 0.17 289.41 0.49 0.66
Hex C4 7E D3 7 28 0 11 121 31 42
Octal 304 176 323 7 50 0 21 441 61 102
Binary 11000100 1111110 11010011 111 101000 0 10001 100100001 110001 1000010

Color Harmonies of #C47ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ED3

Black with #C47ED3

Text Example


Text Example

White with #C47ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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