Html Css Color HEX #C47DBF Orchid

📋 copy color: '#C47DBF'

red 196 ◦ green 125 ◦ blue 191

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

Shades of Orchid #C47DBF

Tints of Orchid #C47DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.3%

R = 38.28%
G = 24.41%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C47DBF (or 0xC47DBF) is known color: Orchid. HEX triplet: C4, 7D and BF. RGB value is (196,125,191). Sum of RGB (Red+Green+Blue) = 196+125+191=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DBF is #3B8240. Grayscale: #999999. Windows color (decimal): -3899969 or 12549572. OLE color: 12549572.

HSL color Cylindrical-coordinate representation of color #C47DBF: hue angle of 304.23º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47DBF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 125 191 -
CMYK 0 0.36 0.03 0.23
HSL 304.23º 0.38% 0.63% -
HSV(B) 304.23º 0.36% 0.77% -
XYZ 39.5 30.16 53.03 -
YUV 153.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 196 125 191 0 0.36 0.03 0.23 304.23 0.38 0.63
Hex C4 7D BF 0 24 3 17 130 26 3F
Octal 304 175 277 0 44 3 27 460 46 77
Binary 11000100 1111101 10111111 0 100100 11 10111 100110000 100110 111111

Color Harmonies of #C47DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DBF

Black with #C47DBF

Text Example


Text Example

White with #C47DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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