Html Css Color HEX #C46FD3 Orchid

📋 copy color: '#C46FD3'

red 196 ◦ green 111 ◦ blue 211

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

Shades of Orchid #C46FD3

Tints of Orchid #C46FD3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.43%

 BLUE value IS 211 (82.81% from 255) = 40.73%

R = 37.84%
G = 21.43%
B = 40.73%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C46FD3 (or 0xC46FD3) is known color: Orchid. HEX triplet: C4, 6F and D3. RGB value is (196,111,211). Sum of RGB (Red+Green+Blue) = 196+111+211=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #C46FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FD3 is #3B902C. Grayscale: #939393. Windows color (decimal): -3903533 or 13856708. OLE color: 13856708.

HSL color Cylindrical-coordinate representation of color #C46FD3: hue angle of 291º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46FD3 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 111 211 -
CMYK 0.07 0.47 0 0.17
HSL 291º 0.53% 0.63% -
HSV(B) 291º 0.47% 0.83% -
XYZ 40.21 27.81 64.88 -
YUV 147.82 163.66 162.37 -
System Red Green Blue C M Y K H S L
Decimal 196 111 211 0.07 0.47 0 0.17 291 0.53 0.63
Hex C4 6F D3 7 2F 0 11 123 35 3F
Octal 304 157 323 7 57 0 21 443 65 77
Binary 11000100 1101111 11010011 111 101111 0 10001 100100011 110101 111111

Color Harmonies of #C46FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46FD3

Black with #C46FD3

Text Example


Text Example

White with #C46FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46FD3; }

 p { color: rgb(196,111,211); }

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

background-color css

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

 a { background-color: rgb(196,111,211); }

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

border-color css

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

 span { border-color: rgb(196,111,211); }

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