Html Css Color HEX #C47ACB Orchid

📋 copy color: '#C47ACB'

red 196 ◦ green 122 ◦ blue 203

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

Shades of Orchid #C47ACB

Tints of Orchid #C47ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 37.62%
G = 23.42%
B = 38.96%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C47ACB (or 0xC47ACB) is known color: Orchid. HEX triplet: C4, 7A and CB. RGB value is (196,122,203). Sum of RGB (Red+Green+Blue) = 196+122+203=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C47ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ACB is #3B8534. Grayscale: #999999. Windows color (decimal): -3900725 or 13335236. OLE color: 13335236.

HSL color Cylindrical-coordinate representation of color #C47ACB: hue angle of 294.81º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47ACB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 122 203 -
CMYK 0.03 0.40 0 0.20
HSL 294.81º 0.44% 0.64% -
HSV(B) 294.81º 0.4% 0.8% -
XYZ 40.5 29.97 60.15 -
YUV 153.36 156.02 158.41 -
System Red Green Blue C M Y K H S L
Decimal 196 122 203 0.03 0.40 0 0.20 294.81 0.44 0.64
Hex C4 7A CB 3 28 0 14 127 2C 40
Octal 304 172 313 3 50 0 24 447 54 100
Binary 11000100 1111010 11001011 11 101000 0 10100 100100111 101100 1000000

Color Harmonies of #C47ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ACB

Black with #C47ACB

Text Example


Text Example

White with #C47ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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