Html Css Color HEX #C47ADA Orchid

📋 copy color: '#C47ADA'

red 196 ◦ green 122 ◦ blue 218

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

Shades of Orchid #C47ADA

Tints of Orchid #C47ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 36.57%
G = 22.76%
B = 40.67%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C47ADA (or 0xC47ADA) is known color: Orchid. HEX triplet: C4, 7A and DA. RGB value is (196,122,218). Sum of RGB (Red+Green+Blue) = 196+122+218=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #C47ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ADA is #3B8525. Grayscale: #9A9A9A. Windows color (decimal): -3900710 or 14318276. OLE color: 14318276.

HSL color Cylindrical-coordinate representation of color #C47ADA: hue angle of 286.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C47ADA is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 122 218 -
CMYK 0.10 0.44 0 0.15
HSL 286.25º 0.56% 0.67% -
HSV(B) 286.25º 0.44% 0.85% -
XYZ 42.38 30.72 70.02 -
YUV 155.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 196 122 218 0.10 0.44 0 0.15 286.25 0.56 0.67
Hex C4 7A DA A 2C 0 F 11E 38 43
Octal 304 172 332 12 54 0 17 436 70 103
Binary 11000100 1111010 11011010 1010 101100 0 1111 100011110 111000 1000011

Color Harmonies of #C47ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ADA

Black with #C47ADA

Text Example


Text Example

White with #C47ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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