Html Css Color HEX #C47DDB Orchid

📋 copy color: '#C47DDB'

red 196 ◦ green 125 ◦ blue 219

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

Shades of Orchid #C47DDB

Tints of Orchid #C47DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.15%

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

R = 36.3%
G = 23.15%
B = 40.56%

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

#C47DDB (or 0xC47DDB) is known color: Orchid. HEX triplet: C4, 7D and DB. RGB value is (196,125,219). Sum of RGB (Red+Green+Blue) = 196+125+219=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #C47DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DDB is #3B8224. Grayscale: #9C9C9C. Windows color (decimal): -3899941 or 14384580. OLE color: 14384580.

HSL color Cylindrical-coordinate representation of color #C47DDB: hue angle of 285.32º 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 #C47DDB is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 125 219 -
CMYK 0.11 0.43 0 0.14
HSL 285.32º 0.57% 0.67% -
HSV(B) 285.32º 0.43% 0.86% -
XYZ 42.88 31.52 70.84 -
YUV 156.95 163.02 155.86 -
System Red Green Blue C M Y K H S L
Decimal 196 125 219 0.11 0.43 0 0.14 285.32 0.57 0.67
Hex C4 7D DB B 2B 0 E 11D 39 43
Octal 304 175 333 13 53 0 16 435 71 103
Binary 11000100 1111101 11011011 1011 101011 0 1110 100011101 111001 1000011

Color Harmonies of #C47DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DDB

Black with #C47DDB

Text Example


Text Example

White with #C47DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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