Html Css Color HEX #C47AC0 Orchid

📋 copy color: '#C47AC0'

red 196 ◦ green 122 ◦ blue 192

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

Shades of Orchid #C47AC0

Tints of Orchid #C47AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.65%

R = 38.43%
G = 23.92%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C47AC0 (or 0xC47AC0) is known color: Orchid. HEX triplet: C4, 7A and C0. RGB value is (196,122,192). Sum of RGB (Red+Green+Blue) = 196+122+192=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AC0 is #3B853F. Grayscale: #979797. Windows color (decimal): -3900736 or 12614340. OLE color: 12614340.

HSL color Cylindrical-coordinate representation of color #C47AC0: hue angle of 303.24º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47AC0 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 192 -
CMYK 0 0.38 0.02 0.23
HSL 303.24º 0.39% 0.62% -
HSV(B) 303.24º 0.38% 0.77% -
XYZ 39.24 29.46 53.49 -
YUV 152.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 196 122 192 0 0.38 0.02 0.23 303.24 0.39 0.62
Hex C4 7A C0 0 26 2 17 12F 27 3E
Octal 304 172 300 0 46 2 27 457 47 76
Binary 11000100 1111010 11000000 0 100110 10 10111 100101111 100111 111110

Color Harmonies of #C47AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AC0

Black with #C47AC0

Text Example


Text Example

White with #C47AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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