Html Css Color HEX #C47AD0 Orchid

📋 copy color: '#C47AD0'

red 196 ◦ green 122 ◦ blue 208

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

Shades of Orchid #C47AD0

Tints of Orchid #C47AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 37.26%
G = 23.19%
B = 39.54%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C47AD0 (or 0xC47AD0) is known color: Orchid. HEX triplet: C4, 7A and D0. RGB value is (196,122,208). Sum of RGB (Red+Green+Blue) = 196+122+208=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #C47AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AD0 is #3B852F. Grayscale: #999999. Windows color (decimal): -3900720 or 13662916. OLE color: 13662916.

HSL color Cylindrical-coordinate representation of color #C47AD0: hue angle of 291.63º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47AD0 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 122 208 -
CMYK 0.06 0.41 0 0.18
HSL 291.63º 0.48% 0.65% -
HSV(B) 291.63º 0.41% 0.82% -
XYZ 41.11 30.21 63.34 -
YUV 153.93 158.52 158.01 -
System Red Green Blue C M Y K H S L
Decimal 196 122 208 0.06 0.41 0 0.18 291.63 0.48 0.65
Hex C4 7A D0 6 29 0 12 124 30 41
Octal 304 172 320 6 51 0 22 444 60 101
Binary 11000100 1111010 11010000 110 101001 0 10010 100100100 110000 1000001

Color Harmonies of #C47AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AD0

Black with #C47AD0

Text Example


Text Example

White with #C47AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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