Html Css Color HEX #C47DBE Orchid

📋 copy color: '#C47DBE'

red 196 ◦ green 125 ◦ blue 190

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

Shades of Orchid #C47DBE

Tints of Orchid #C47DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 38.36%
G = 24.46%
B = 37.18%

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

#C47DBE (or 0xC47DBE) is known color: Orchid. HEX triplet: C4, 7D and BE. RGB value is (196,125,190). Sum of RGB (Red+Green+Blue) = 196+125+190=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DBE is #3B8241. Grayscale: #999999. Windows color (decimal): -3899970 or 12484036. OLE color: 12484036.

HSL color Cylindrical-coordinate representation of color #C47DBE: hue angle of 305.07º 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 #C47DBE is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 125 190 -
CMYK 0 0.36 0.03 0.23
HSL 305.07º 0.38% 0.63% -
HSV(B) 305.07º 0.36% 0.77% -
XYZ 39.39 30.12 52.45 -
YUV 153.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 196 125 190 0 0.36 0.03 0.23 305.07 0.38 0.63
Hex C4 7D BE 0 24 3 17 131 26 3F
Octal 304 175 276 0 44 3 27 461 46 77
Binary 11000100 1111101 10111110 0 100100 11 10111 100110001 100110 111111

Color Harmonies of #C47DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DBE

Black with #C47DBE

Text Example


Text Example

White with #C47DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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