Html Css Color HEX #C47CDD Orchid

📋 copy color: '#C47CDD'

red 196 ◦ green 124 ◦ blue 221

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

Shades of Orchid #C47CDD

Tints of Orchid #C47CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.92%

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

R = 36.23%
G = 22.92%
B = 40.85%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C47CDD (or 0xC47CDD) is known color: Orchid. HEX triplet: C4, 7C and DD. RGB value is (196,124,221). Sum of RGB (Red+Green+Blue) = 196+124+221=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #C47CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CDD is #3B8322. Grayscale: #9C9C9C. Windows color (decimal): -3900195 or 14515396. OLE color: 14515396.

HSL color Cylindrical-coordinate representation of color #C47CDD: hue angle of 284.54º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C47CDD is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 124 221 -
CMYK 0.11 0.44 0 0.13
HSL 284.54º 0.59% 0.68% -
HSV(B) 284.54º 0.44% 0.87% -
XYZ 43.02 31.37 72.19 -
YUV 156.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 196 124 221 0.11 0.44 0 0.13 284.54 0.59 0.68
Hex C4 7C DD B 2C 0 D 11D 3B 44
Octal 304 174 335 13 54 0 15 435 73 104
Binary 11000100 1111100 11011101 1011 101100 0 1101 100011101 111011 1000100

Color Harmonies of #C47CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CDD

Black with #C47CDD

Text Example


Text Example

White with #C47CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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