Html Css Color HEX #C46DD0 Orchid

📋 copy color: '#C46DD0'

red 196 ◦ green 109 ◦ blue 208

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

Shades of Orchid #C46DD0

Tints of Orchid #C46DD0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.25%

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 38.21%
G = 21.25%
B = 40.55%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C46DD0 (or 0xC46DD0) is known color: Orchid. HEX triplet: C4, 6D and D0. RGB value is (196,109,208). Sum of RGB (Red+Green+Blue) = 196+109+208=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #C46DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DD0 is #3B922F. Grayscale: #919191. Windows color (decimal): -3904048 or 13659588. OLE color: 13659588.

HSL color Cylindrical-coordinate representation of color #C46DD0: hue angle of 292.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46DD0 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 109 208 -
CMYK 0.06 0.48 0 0.18
HSL 292.73º 0.51% 0.62% -
HSV(B) 292.73º 0.48% 0.82% -
XYZ 39.62 27.23 62.84 -
YUV 146.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 196 109 208 0.06 0.48 0 0.18 292.73 0.51 0.62
Hex C4 6D D0 6 30 0 12 125 33 3E
Octal 304 155 320 6 60 0 22 445 63 76
Binary 11000100 1101101 11010000 110 110000 0 10010 100100101 110011 111110

Color Harmonies of #C46DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46DD0

Black with #C46DD0

Text Example


Text Example

White with #C46DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46DD0; }

 p { color: rgb(196,109,208); }

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

background-color css

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

 a { background-color: rgb(196,109,208); }

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

border-color css

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

 span { border-color: rgb(196,109,208); }

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