Html Css Color HEX #C47CDB Orchid

📋 copy color: '#C47CDB'

red 196 ◦ green 124 ◦ blue 219

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

Shades of Orchid #C47CDB

Tints of Orchid #C47CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 36.36%
G = 23.01%
B = 40.63%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C47CDB (or 0xC47CDB) is known color: Orchid. HEX triplet: C4, 7C and DB. RGB value is (196,124,219). Sum of RGB (Red+Green+Blue) = 196+124+219=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #C47CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CDB is #3B8324. Grayscale: #9C9C9C. Windows color (decimal): -3900197 or 14384324. OLE color: 14384324.

HSL color Cylindrical-coordinate representation of color #C47CDB: hue angle of 285.47º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47CDB is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 124 219 -
CMYK 0.11 0.43 0 0.14
HSL 285.47º 0.57% 0.67% -
HSV(B) 285.47º 0.43% 0.86% -
XYZ 42.76 31.27 70.8 -
YUV 156.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 196 124 219 0.11 0.43 0 0.14 285.47 0.57 0.67
Hex C4 7C DB B 2B 0 E 11D 39 43
Octal 304 174 333 13 53 0 16 435 71 103
Binary 11000100 1111100 11011011 1011 101011 0 1110 100011101 111001 1000011

Color Harmonies of #C47CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CDB

Black with #C47CDB

Text Example


Text Example

White with #C47CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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