Html Css Color HEX #C47ADC Orchid

📋 copy color: '#C47ADC'

red 196 ◦ green 122 ◦ blue 220

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

Shades of Orchid #C47ADC

Tints of Orchid #C47ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.68%

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 36.43%
G = 22.68%
B = 40.89%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C47ADC (or 0xC47ADC) is known color: Orchid. HEX triplet: C4, 7A and DC. RGB value is (196,122,220). Sum of RGB (Red+Green+Blue) = 196+122+220=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #C47ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ADC is #3B8523. Grayscale: #9A9A9A. Windows color (decimal): -3900708 or 14449348. OLE color: 14449348.

HSL color Cylindrical-coordinate representation of color #C47ADC: hue angle of 285.31º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C47ADC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 122 220 -
CMYK 0.11 0.45 0 0.14
HSL 285.31º 0.58% 0.67% -
HSV(B) 285.31º 0.45% 0.86% -
XYZ 42.64 30.82 71.41 -
YUV 155.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 196 122 220 0.11 0.45 0 0.14 285.31 0.58 0.67
Hex C4 7A DC B 2D 0 E 11D 3A 43
Octal 304 172 334 13 55 0 16 435 72 103
Binary 11000100 1111010 11011100 1011 101101 0 1110 100011101 111010 1000011

Color Harmonies of #C47ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ADC

Black with #C47ADC

Text Example


Text Example

White with #C47ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ADC; }

 p { color: rgb(196,122,220); }

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

background-color css

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

 a { background-color: rgb(196,122,220); }

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

border-color css

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

 span { border-color: rgb(196,122,220); }

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