Html Css Color HEX #C47ADE Orchid

📋 copy color: '#C47ADE'

red 196 ◦ green 122 ◦ blue 222

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

Shades of Orchid #C47ADE

Tints of Orchid #C47ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 36.3%
G = 22.59%
B = 41.11%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C47ADE (or 0xC47ADE) is known color: Orchid. HEX triplet: C4, 7A and DE. RGB value is (196,122,222). Sum of RGB (Red+Green+Blue) = 196+122+222=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #C47ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ADE is #3B8521. Grayscale: #9B9B9B. Windows color (decimal): -3900706 or 14580420. OLE color: 14580420.

HSL color Cylindrical-coordinate representation of color #C47ADE: hue angle of 284.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C47ADE is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 122 222 -
CMYK 0.12 0.45 0 0.13
HSL 284.4º 0.6% 0.67% -
HSV(B) 284.4º 0.45% 0.87% -
XYZ 42.91 30.93 72.82 -
YUV 155.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 196 122 222 0.12 0.45 0 0.13 284.4 0.6 0.67
Hex C4 7A DE C 2D 0 D 11C 3C 43
Octal 304 172 336 14 55 0 15 434 74 103
Binary 11000100 1111010 11011110 1100 101101 0 1101 100011100 111100 1000011

Color Harmonies of #C47ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ADE

Black with #C47ADE

Text Example


Text Example

White with #C47ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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