Html Css Color HEX #C47ACD Orchid

📋 copy color: '#C47ACD'

red 196 ◦ green 122 ◦ blue 205

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

Shades of Orchid #C47ACD

Tints of Orchid #C47ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 37.48%
G = 23.33%
B = 39.2%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C47ACD (or 0xC47ACD) is known color: Orchid. HEX triplet: C4, 7A and CD. RGB value is (196,122,205). Sum of RGB (Red+Green+Blue) = 196+122+205=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #C47ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ACD is #3B8532. Grayscale: #999999. Windows color (decimal): -3900723 or 13466308. OLE color: 13466308.

HSL color Cylindrical-coordinate representation of color #C47ACD: hue angle of 293.49º degrees, saturation: 0.45, 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 #C47ACD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 122 205 -
CMYK 0.04 0.40 0 0.20
HSL 293.49º 0.45% 0.64% -
HSV(B) 293.49º 0.4% 0.8% -
XYZ 40.74 30.06 61.41 -
YUV 153.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 196 122 205 0.04 0.40 0 0.20 293.49 0.45 0.64
Hex C4 7A CD 4 28 0 14 125 2D 40
Octal 304 172 315 4 50 0 24 445 55 100
Binary 11000100 1111010 11001101 100 101000 0 10100 100100101 101101 1000000

Color Harmonies of #C47ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ACD

Black with #C47ACD

Text Example


Text Example

White with #C47ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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