Html Css Color HEX #C47ADD Orchid

📋 copy color: '#C47ADD'

red 196 ◦ green 122 ◦ blue 221

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

Shades of Orchid #C47ADD

Tints of Orchid #C47ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 36.36%
G = 22.63%
B = 41%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C47ADD (or 0xC47ADD) is known color: Orchid. HEX triplet: C4, 7A and DD. RGB value is (196,122,221). Sum of RGB (Red+Green+Blue) = 196+122+221=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #C47ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ADD is #3B8522. Grayscale: #9B9B9B. Windows color (decimal): -3900707 or 14514884. OLE color: 14514884.

HSL color Cylindrical-coordinate representation of color #C47ADD: hue angle of 284.85º degrees, saturation: 0.59, 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 #C47ADD is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 122 221 -
CMYK 0.11 0.45 0 0.13
HSL 284.85º 0.59% 0.67% -
HSV(B) 284.85º 0.45% 0.87% -
XYZ 42.78 30.88 72.11 -
YUV 155.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 196 122 221 0.11 0.45 0 0.13 284.85 0.59 0.67
Hex C4 7A DD B 2D 0 D 11D 3B 43
Octal 304 172 335 13 55 0 15 435 73 103
Binary 11000100 1111010 11011101 1011 101101 0 1101 100011101 111011 1000011

Color Harmonies of #C47ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ADD

Black with #C47ADD

Text Example


Text Example

White with #C47ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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