Html Css Color HEX #C47BDB Orchid

📋 copy color: '#C47BDB'

red 196 ◦ green 123 ◦ blue 219

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

Shades of Orchid #C47BDB

Tints of Orchid #C47BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.86%

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

R = 36.43%
G = 22.86%
B = 40.71%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C47BDB (or 0xC47BDB) is known color: Orchid. HEX triplet: C4, 7B and DB. RGB value is (196,123,219). Sum of RGB (Red+Green+Blue) = 196+123+219=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #C47BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BDB is #3B8424. Grayscale: #9B9B9B. Windows color (decimal): -3900453 or 14384068. OLE color: 14384068.

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

Color convert

RGB 196 123 219 -
CMYK 0.11 0.44 0 0.14
HSL 285.63º 0.57% 0.67% -
HSV(B) 285.63º 0.44% 0.86% -
XYZ 42.63 31.02 70.76 -
YUV 155.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 196 123 219 0.11 0.44 0 0.14 285.63 0.57 0.67
Hex C4 7B DB B 2C 0 E 11E 39 43
Octal 304 173 333 13 54 0 16 436 71 103
Binary 11000100 1111011 11011011 1011 101100 0 1110 100011110 111001 1000011

Color Harmonies of #C47BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BDB

Black with #C47BDB

Text Example


Text Example

White with #C47BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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