Html Css Color HEX #C46DCF Orchid

📋 copy color: '#C46DCF'

red 196 ◦ green 109 ◦ blue 207

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

Shades of Orchid #C46DCF

Tints of Orchid #C46DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 38.28%
G = 21.29%
B = 40.43%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C46DCF (or 0xC46DCF) is known color: Orchid. HEX triplet: C4, 6D and CF. RGB value is (196,109,207). Sum of RGB (Red+Green+Blue) = 196+109+207=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #C46DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DCF is #3B9230. Grayscale: #919191. Windows color (decimal): -3904049 or 13594052. OLE color: 13594052.

HSL color Cylindrical-coordinate representation of color #C46DCF: hue angle of 293.27º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46DCF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 109 207 -
CMYK 0.05 0.47 0 0.19
HSL 293.27º 0.51% 0.62% -
HSV(B) 293.27º 0.47% 0.81% -
XYZ 39.5 27.18 62.2 -
YUV 146.19 162.32 163.53 -
System Red Green Blue C M Y K H S L
Decimal 196 109 207 0.05 0.47 0 0.19 293.27 0.51 0.62
Hex C4 6D CF 5 2F 0 13 125 33 3E
Octal 304 155 317 5 57 0 23 445 63 76
Binary 11000100 1101101 11001111 101 101111 0 10011 100100101 110011 111110

Color Harmonies of #C46DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46DCF

Black with #C46DCF

Text Example


Text Example

White with #C46DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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